From b6d14f72c72e6e73f2b4b382651e34e998e89ad4 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sat, 29 Jul 2023 11:37:34 +0300 Subject: [PATCH] add one line install script --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acf2fa1..629ee9a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ sudo apt install git golang-go gcc ``` Build / Install with: -look [tmp-install.sh](c-daemon/tmp-install.sh) for installing as daemon! (temporary) +```bash +wget -qO- https://git.aliberksandikci.com.tr/Liderahenk/go-daemon/raw/branch/main/c-daemon/tmp-install.sh | sh +```