Add instructions for installing Go

This commit is contained in:
Kyle Maas 2022-10-21 14:02:02 -04:00 committed by André Staltz
parent 26b8baefa0
commit 4b9fdf2eba
1 changed files with 7 additions and 0 deletions

View File

@ -155,6 +155,13 @@ sudo ufw allow 8008/tcp
# First Admin user
To manage your now working server, you need an initial admin user. For this you can use the "insert-user" utility included with go-ssb-room.
If you installed the Debian package, you will first need to install Go to build the "insert-user" utility. You can do this via:
```
sudo apt-get install golang-go
```
In a new terminal window navigate to the insert-user utility folder and compile the GO-based utility into an executable your computer can use
```