From 94e7b755d00a5a134c03fbf5584c3036f7ada6b2 Mon Sep 17 00:00:00 2001 From: hayzam Date: Sun, 15 Mar 2026 21:37:08 +0530 Subject: [PATCH] docs: fix fetch command option in getting started guide --- docs/app-docs/src/content/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ ```