From adb1587a10f510d5270d078de6503af2a193d29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Fri, 15 Aug 2025 21:07:27 -0300 Subject: [PATCH] :books: docs(readme): move installation guide to above the build guide --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a2691c..3dfde5c 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,9 @@ Don't see your language here? You can contribute and make translations too!
You can do so by forking this repository, translating the shell in your fork and then opening a pull request to this repository, simple as that! (I'll create a more detailed guide for that soon) +## ⚙️ Installation +See the Installation Guide on [Wiki/Installation]. + ## 🛠️ Development This project uses `pnpm` to manage packages and running scripts. To build the shell, run a development build or make a release build, you can use the project's integrated scripts.
@@ -122,9 +125,6 @@ or if you actually only want to run the current build instead of building again: pnpm start ``` -## ⚙️ Installation -See the Installation Guide on [Wiki/Installation]. - ## ❗ Issues Having issues? Please create a [new Issue] here, I'll be happy to help you out!