mirror of
https://github.com/AlchemillaHQ/Sylve.git
synced 2026-06-18 01:26:36 +03:00
docs: fix fetch command option in getting started guide
This commit is contained in:
@@ -71,7 +71,7 @@ pkg install -y git go node npm
|
||||
You can visit the [releases page](https://github.com/AlchemillaHQ/Sylve/releases) and download the latest release for your architecture. Once downloaded, you can extract the archive and move the `sylve` binary to a location in your `PATH`, such as `/usr/local/bin`. The below commands will do this for you:
|
||||
|
||||
```bash
|
||||
fetch https://github.com/AlchemillaHQ/Sylve/releases/download/tip/sylve-amd64 -O sylve
|
||||
fetch https://github.com/AlchemillaHQ/Sylve/releases/download/tip/sylve-amd64 -o sylve
|
||||
chmod +x sylve
|
||||
mv sylve /usr/local/sbin/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user