add one line install script
This commit is contained in:
parent
0e4f788f65
commit
b6d14f72c7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue