diff --git a/README.md b/README.md index d8ce5fae47..1915b8db5c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you want a small, fast, moddable, FOSS, in-depth 4X that can still run on a p - **Raspberry Pi** - [Pi-apps](https://github.com/Botspot/pi-apps) - **MacOS** - Via [Brew](https://brew.sh/) (`brew update && brew install unciv`) or install [with this guide](https://yairm210.github.io/Unciv/Other/Installing-on-macOS/) - Jars, APKs and Windows/Linux builds also available in [Releases](https://github.com/yairm210/Unciv/releases) (run jar with `java -jar Unciv.jar`) - *not recommended* since we update frequently and you will quickly become out-of-date -- [Build from scratch](https://yairm210.github.io/Unciv/Developers/Building-locally-without-Android-Studio/) if that's your thing +- [Build from scratch](https://yairm210.github.io/Unciv/Developers/Building-Locally/#without-android-studio) if that's your thing ## What's the roadmap? diff --git a/docs/Developers/Building-Locally.md b/docs/Developers/Building-Locally.md index 64b4248a9d..fb791f1e89 100644 --- a/docs/Developers/Building-Locally.md +++ b/docs/Developers/Building-Locally.md @@ -55,12 +55,12 @@ Unciv uses Gradle 8.7 and the Android Gradle Plugin 8.5. Can check in File > Pro - Clone the project (see above initial steps) - Open a terminal in the Unciv folder and run the following commands -### Windows +### Windows (CMD) - Running: `gradlew desktop:run` - Building: `gradlew desktop:dist` -### Linux/Mac OS +### Linux / macOS / Windows (PowerShell) - Running: `./gradlew desktop:run` - Building: `./gradlew desktop:dist`