mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-02 04:30:14 +00:00
Updating a bit per comments in #30.
This commit is contained in:
parent
4a3b00d226
commit
608b222426
@ -21,19 +21,19 @@ BUILD SUCCESSFUL in 2s
|
|||||||
6 actionable tasks: 6 executed
|
6 actionable tasks: 6 executed
|
||||||
```
|
```
|
||||||
|
|
||||||
This will create the `build` directory and populate with an uber-jar.
|
This will create the `build` directory and populate with uber-jars in `build/libs`.
|
||||||
|
|
||||||
To run the command-line version of AppleCommander, use the following:
|
To run the command-line version of AppleCommander, use the following:
|
||||||
|
|
||||||
* All platforms:
|
* All platforms:
|
||||||
`java -jar AppleCommander-ac-VERSION.jar`
|
`java -jar build/libs/AppleCommander-ac-VERSION.jar`
|
||||||
|
|
||||||
To launch the GUI version of AppleCommander, use the following:
|
To launch the GUI version of AppleCommander, use the following:
|
||||||
|
|
||||||
* Linux:
|
* Linux:
|
||||||
`java -jar AppleCommander-linux64-gtk-VERSION.jar`
|
`java -jar build/libs/AppleCommander-linux64-gtk-VERSION.jar`
|
||||||
* Windows:
|
* Windows:
|
||||||
`java -jar AppleCommander-win64-VERSION.jar`
|
`java -jar build/libs/AppleCommander-win64-VERSION.jar`
|
||||||
* Mac OS X:
|
* Mac OS X:
|
||||||
`java -XstartOnFirstThread -jar build/libs/AppleCommander-macosx-VERSION.jar`
|
`java -XstartOnFirstThread -jar build/libs/AppleCommander-macosx-VERSION.jar`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user