diff --git a/Wiki/UserDocumentation/0-Installation.md b/Wiki/UserDocumentation/0-Installation.md index a23cd08ae54e56f7def80bf513763cb829e636ce..da20cbbb4580d83e64ec251bdef712c5cddecb32 100644 --- a/Wiki/UserDocumentation/0-Installation.md +++ b/Wiki/UserDocumentation/0-Installation.md @@ -4,11 +4,17 @@  -2. Download the executable corresponding to your OS and architecture. - - ℹ️ For macOS users you can use the pkg version that install the binary at the right place (so you can ignore the next point). -3. Put it in your path. For - - ℹ️ Linux user this may be `$HOME/.local/bin` for example. -4. Verify your installation is working correctly by calling the `dojo` CLI. +1. Download the executable corresponding to your OS and architecture. + - ℹ️ For these OS you can use specific packaged release that install the binary at the right place (so you can ignore the next point). + - **Debian / Ubuntu** : You can use the `deb` package named `Debian / Ubuntu (YOUR_ARCH) package`. + - **macOS**: You can use the `pkg` version named `macOS (YOUR_ARCH) package`. + +2. Put it in your path. For + - For exemple: + - ℹ️ **Linux**: `$HOME/.local/bin` + - ℹ️ **macOS**: `/usr/local/bin` + +3. Verify your installation is working correctly by calling the `dojo` CLI. ```bash dojo ```