Skip to content

Commit 3e20e14

Browse files
authored
Update README.md
1 parent fa38cf1 commit 3e20e14

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,18 @@ Consider use of [`react-intl-simplelocalize`](https://github.com/simplelocalize/
2525
Download latest version:
2626
[https://github.com/simplelocalize/simplelocalize-cli/releases](https://github.com/simplelocalize/simplelocalize-cli/releases)
2727
28-
## 🛠 Configuration
28+
## 🛠 First configuration
2929
30-
- Create account here: https://simplelocalize.io
31-
- Create example project and copy project hash from project settings
32-
- Create app and copy credentials
33-
34-
Put `simplelocalize.properties` config file in same directory with `simplelocalize-1.0.0.jar` and fill with your credentials.
30+
- Create account here: https://simplelocalize.io/register
31+
- Create example project
32+
- Go to project settings and download configuration properties
33+
- Setup project source path in `search.dir`
34+
- Run `./simplelocalize.sh` and you are done! 💃
3535
3636
```properties
3737
# simplelocalize.properties example
38-
searchDir=/Users/{YOUR_NAME}/Workspace/MyProject/src
39-
clientId=xxxxxxxxxxxxxxx
40-
secret=xxxxxxxxxxxxxxxxxxxxxx
41-
projectHash=xxxxxxxxxxxxxxxxxxxxxxx
38+
search.dir=/Users/{YOUR_NAME}/Workspace/MyProject/src
39+
project.write.token=xxxxxxxxxxxxxxxxxxxxxxx
4240
```
4341
4442
## 🚀 Usage

0 commit comments

Comments
 (0)