doc: Fix curl command for environments without ~/.local/bin/ folder
All checks were successful
Run Check Script / check (push) Successful in 1m21s
Compile and package harmony_composer / package_harmony_composer (push) Successful in 3m1s

This commit is contained in:
Jean-Gabriel Gill-Couture 2025-07-01 10:49:46 -04:00
parent e8d55d27e4
commit 9bf6aac82e

View File

@ -9,6 +9,7 @@ It's designed to simplify the build process by either compiling a Harmony projec
You can download and run the latest snapshot build with a single command. This will place the binary in ~/.local/bin, which should be in your PATH on most modern Linux distributions. You can download and run the latest snapshot build with a single command. This will place the binary in ~/.local/bin, which should be in your PATH on most modern Linux distributions.
```bash ```bash
mkdir -p ~/.local/bin && \
curl -L https://git.nationtech.io/NationTech/harmony/releases/download/snapshot-latest/harmony_composer \ curl -L https://git.nationtech.io/NationTech/harmony/releases/download/snapshot-latest/harmony_composer \
-o ~/.local/bin/harmony_composer && \ -o ~/.local/bin/harmony_composer && \
chmod +x ~/.local/bin/harmony_composer && \ chmod +x ~/.local/bin/harmony_composer && \