doc: Fix curl command for environments without ~/.local/bin/ folder
This commit is contained in:
parent
e8d55d27e4
commit
9bf6aac82e
@ -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.
|
||||
|
||||
```bash
|
||||
mkdir -p ~/.local/bin && \
|
||||
curl -L https://git.nationtech.io/NationTech/harmony/releases/download/snapshot-latest/harmony_composer \
|
||||
-o ~/.local/bin/harmony_composer && \
|
||||
chmod +x ~/.local/bin/harmony_composer && \
|
||||
|
Loading…
Reference in New Issue
Block a user