From adfaacb0f674524954b82787ef49f614ab5de213 Mon Sep 17 00:00:00 2001 From: "Md. Touhidur Rahman" <46617994+touhidurrr@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:35:11 +0600 Subject: [PATCH] fix some docs (#13212) * fix broken url in readme * Update Building-Locally.md * Update Building-Locally.md * differentiate Windows (CMD) commands from Window (PowerShell) * correct `macOS` spelling --- README.md | 2 +- docs/Developers/Building-Locally.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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`