mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-12 23:43:33 +00:00
Align windows and linux directions
This commit is contained in:
parent
22fc3c6991
commit
7945b5ce25
@ -20,7 +20,7 @@ The build process uses Gradle, which you do *not* need to download. WorldEdit is
|
||||
### On Linux, BSD, or Mac OS X
|
||||
|
||||
1. In your terminal, navigate to the folder with WorldEdit's files (`cd /folder/of/worldedit/files`)
|
||||
2. `./gradlew clean setupDevWorkspace`
|
||||
2. `./gradlew clean setupDecompWorkspace`
|
||||
3. `./gradlew build`
|
||||
|
||||
## Then you will find...
|
||||
@ -39,4 +39,4 @@ If you want to use WorldEdit, use the `-shadow` version.
|
||||
|
||||
* `gradlew idea` will generate an [IntelliJ IDEA](http://www.jetbrains.com/idea/) module for the Forge module.
|
||||
* `gradlew eclipse` will generate an [Eclipse](https://www.eclipse.org/downloads/) project for the Forge version.
|
||||
* Use `setupCIWorkspace` instead of `setupDevWorkspace` if you are doing this on a CI server.
|
||||
* Use `setupCIWorkspace` instead of `setupDecompWorkspace` if you are doing this on a CI server.
|
||||
|
Loading…
Reference in New Issue
Block a user