From 1caf82bf8cbca577310596b91898a50260109bd1 Mon Sep 17 00:00:00 2001 From: OLEGSHA Date: Tue, 25 Aug 2020 20:38:25 +0300 Subject: [PATCH] Minor updates in Building section of README.md - Added encoding specification instructions for Eclipse IDE - Fixed formatting --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 327dd68..3c60656 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,15 @@ plugins { ``` 2. `$ gradlew eclipse` 3. Import the project with File - Import - Existing Projects into Workspace +4. On Windows, make sure the project has UTF-8 encoding with - Properties - Resource - Text file encoding - Other - UTF-8 ### Additional setup for IntelliJ IDEA 1. Open the project with File - Open Project 2. Press button 'Add configuration...' and open 'Application' in templates list -3. Add 'ru.windcorp.progressia.client.ProgressiaClientMain' in Main class text field -4. Choose 'Progressia.main' in 'Use classpath of module' drop-down list -5. Click 'Create configuration' and press Apply +3. Add `ru.windcorp.progressia.client.ProgressiaClientMain` in 'Main class' text field +4. Choose `Progressia.main` in 'Use classpath of module' drop-down list +5. Click 'Create configuration' and press 'Apply' ## Libraries