diff --git a/docs/app-docs/src/content/docs/getting-started.mdx b/docs/app-docs/src/content/docs/getting-started.mdx index 160b5c50..d1207a53 100644 --- a/docs/app-docs/src/content/docs/getting-started.mdx +++ b/docs/app-docs/src/content/docs/getting-started.mdx @@ -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/ ```