From da8777c61cc39b7d4197b0ef0e65541a4f06a6a5 Mon Sep 17 00:00:00 2001 From: pilcrowOnPaper Date: Sat, 26 Oct 2024 22:40:53 +0900 Subject: [PATCH] fix download links --- docs/pages/faroe-server/getting-started.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/pages/faroe-server/getting-started.md b/docs/pages/faroe-server/getting-started.md index 6c426ba..5819457 100644 --- a/docs/pages/faroe-server/getting-started.md +++ b/docs/pages/faroe-server/getting-started.md @@ -6,12 +6,12 @@ title: "Getting started" Install the latest version of Faroe: -- [Download Faroe v0.1.0 for Linux (x64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/linux-amd64.tgz) -- [Download Faroe v0.1.0 for Linux (ARM64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/linux-arm64.tgz) -- [Download Faroe v0.1.0 for MacOS (x64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/darwin-amd64.tgz) -- [Download Faroe v0.1.0 for MacOS (ARM64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/darwin-arm64.tgz) -- [Download Faroe v0.1.0 for Windows (x64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/windows-amd64.tgz) -- [Download Faroe v0.1.0 for Windows (ARM64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/windows-arm64.tgz) +- [Download Faroe v0.1.0 for Linux (x64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/linux-amd64.zip) +- [Download Faroe v0.1.0 for Linux (ARM64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/linux-arm64.zip) +- [Download Faroe v0.1.0 for MacOS (x64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/darwin-amd64.zip) +- [Download Faroe v0.1.0 for MacOS (ARM64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/darwin-arm64.zip) +- [Download Faroe v0.1.0 for Windows (x64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/windows-amd64.zip) +- [Download Faroe v0.1.0 for Windows (ARM64)](https://github.com/faroedev/faroe/releases/download/v0.1.0/windows-arm64.zip) You can immediately start the server on port 4000 with `faroe server`: