docs: fix fetch command option in getting started guide

This commit is contained in:
hayzam
2026-03-15 21:37:08 +05:30
parent 92a11c9818
commit 94e7b755d0
@@ -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/
```