From e4ba617fc52afbed619ef93f547d932c0a582a19 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 30 Jul 2023 14:27:59 +0300 Subject: [PATCH] improve pardus compatibilty --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 66bb577..8b6421d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Dependencies `git, go` Debian/Pardus ```bash -sudo apt install git +sudo apt install git curl +sudo apt remove golang-go ``` Install latest version of Go ! @@ -30,13 +31,6 @@ source .bashrc go version ``` -// TODO -// 1. get tar.gz from original website -// 2. extract tar.gz -// 3. move go to /usr/local/go -// 4. add to path -// 5. check version - Build / Install with: ```bash wget -qO- https://git.aliberksandikci.com.tr/Liderahenk/go-daemon/raw/branch/main/go-daemon/install.sh | bash