From ad14d57a38d92274e4d586d9035d1dcae9bcb1bb Mon Sep 17 00:00:00 2001 From: sentriz Date: Thu, 28 Nov 2019 18:04:09 +0000 Subject: [PATCH] update installation instructions --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 578b3f4..8965430 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,17 @@ the default login is **admin**/**admin**. password can then be changed from the web interface ``` -$ apt install sqlite libtag1-dev +$ apt install build-essential git sqlite libtag1-dev # for debian like +$ pacman -S base-devel git sqlite taglib # for arch like $ go get senan.xyz/g/gonic/cmd/gonic -$ gonic -h +$ export PATH=$PATH:$HOME/go/bin +$ gonic -h # or see "configuration options below" ``` -or with docker, available on dockerhub as `sentriz/gonic` +**note:** unfortunately if you do this above, you'll be compiling gonic locally on your machine +(if someone knows how I can statically link sqlite3 and taglib, please let me know so I can distribute static binaries) + +or else you can run in docker, available on dockerhub as `sentriz/gonic` ```yaml gonic: