Merge branch 'main' of https://github.com/balzack/databag into main

This commit is contained in:
Roland Osborne 2022-09-04 21:45:18 -07:00
commit e3d67a63bb

View File

@ -69,7 +69,7 @@ These instructions assume you have the following setup:
## Step 9: launch the server
cd /app/databag/net/server<br/>
nohup /usr/local/go/bin/go run databag<br/>
nohup nice -n -5 /usr/local/go/bin/go run databag<br/>
## Step 10: configure the server
Open your brower to the pi hostname<br/>