add one line install script

This commit is contained in:
Aliberk Sandıkçı 2023-07-29 11:37:34 +03:00
parent 0e4f788f65
commit b6d14f72c7
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 3 additions and 1 deletions

View File

@ -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
```
<!-- How to **build** c-daemon + go processes:
```bash