Update pizero.md

This commit is contained in:
Pierre Balzack 2022-09-04 21:34:33 -07:00 committed by GitHub
parent d5a502006b
commit 4612982bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/>