Skip to content
Snippets Groups Projects
Commit bbbd6c87 authored by michael.minelli's avatar michael.minelli
Browse files

Wiki => Complete installation procedure

parent 5c59bee9
Branches
Tags
1 merge request!2Adds a first version of the wiki documentation
...@@ -4,11 +4,17 @@ ...@@ -4,11 +4,17 @@
![releases](../figures/releases.png) ![releases](../figures/releases.png)
2. Download the executable corresponding to your OS and architecture. 1. 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). - ℹ️ For these OS you can use specific packaged release that install the binary at the right place (so you can ignore the next point).
3. Put it in your path. For - **Debian / Ubuntu** : You can use the `deb` package named `Debian / Ubuntu (YOUR_ARCH) package`.
- ℹ️ Linux user this may be `$HOME/.local/bin` for example. - **macOS**: You can use the `pkg` version named `macOS (YOUR_ARCH) package`.
4. Verify your installation is working correctly by calling the `dojo` CLI.
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 ```bash
dojo dojo
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment