From 93470415878f095cbb34d9e1ecfb0969f355adbd Mon Sep 17 00:00:00 2001 From: sandakelum Date: Sun, 12 Jan 2025 14:05:18 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ce3a9e..ead0f96 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Linodsync is a Go-based application designed to back up your project directories 1. Create a directory for linodsync and download the pre-compiled binary into the server: ```bash mkdir linodsync && cd linodsync - wget https://github.com/sanda0/linodsync/raw/refs/heads/main/linodsync + wget https://github.com/sanda0/linodsync/releases/download/v1.0.4/linodsync ``` 2. Make the binary executable by setting the executable permissions: ```bash