From a171ba7d240a5fe5c6f59d8b28bf7b584cf0bc50 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 17 Jul 2025 20:07:26 +0200 Subject: Fix URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f9ad94..5ee4897 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ sudo tar --zstd -xvf /tmp/bat.tar.zst -C /usr/local/bin --strip-components=2 usr You should download the latest version and extract it in your home directory: ```sh -wget "https://git.hackade.org/ben/fms/archive/main.tar.gz" -O fms.tar.gz +wget "https://git.hackade.org/fms/snapshot/fms-main.tar.gz" -O fms.tar.gz tar zxvf fms.tar.gz -C ~ ``` -- cgit v1.2.3