📚 docs(readme): move installation guide to above the build guide

This commit is contained in:
João Dias
2025-08-15 21:07:27 -03:00
committed by GitHub
parent 6499e223ef
commit adb1587a10
+3 -3
View File
@@ -85,6 +85,9 @@ Don't see your language here? You can contribute and make translations too! <br>
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! 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) (I'll create a more detailed guide for that soon)
## ⚙️ Installation
See the Installation Guide on [Wiki/Installation].
## 🛠️ Development ## 🛠️ Development
This project uses `pnpm` to manage packages and running scripts. 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.<br> To build the shell, run a development build or make a release build, you can use the project's integrated scripts.<br>
@@ -122,9 +125,6 @@ or if you actually only want to run the current build instead of building again:
pnpm start pnpm start
``` ```
## ⚙️ Installation
See the Installation Guide on [Wiki/Installation].
## ❗ Issues ## ❗ Issues
Having issues? Please create a [new Issue] here, I'll be happy to help you out! Having issues? Please create a [new Issue] here, I'll be happy to help you out!