Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
erykjj committed Jan 4, 2023
1 parent 850a620 commit 24d66a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ interface language:
```

Which means that (on all platforms) you can launch the GUI in the desired language by appending the corresponding language code parameter. So, if you want to start the app in Spanish (instead of the default English), you would invoke it as...
Linux terminal: `python3 JWLManager.py -es`
Windows Comand Prompt (or shortcut): `JWLManager.exe -es`
macOS Terminal: `open -a JWLManager.app --args -es`
* Linux terminal: `python3 JWLManager.py -es`
* Windows Comand Prompt (or shortcut): `JWLManager.exe -es`
* macOS Terminal: `open -a JWLManager.app --args -es`

____
## Operation
Expand Down

0 comments on commit 24d66a1

Please sign in to comment.