Rename group package and defaults to halls
This commit is contained in:
@@ -10,8 +10,8 @@ hall conferencing server. The current development repository is
|
||||
git clone https://git.stormux.org/storm/skald
|
||||
cd skald
|
||||
CGO_ENABLED=0 go build -ldflags='-s -w'
|
||||
mkdir groups
|
||||
echo '{"users": {"vimes": {"password":"sybil", "permissions":"op"}}}' > groups/night-watch.json
|
||||
mkdir halls
|
||||
echo '{"users": {"vimes": {"password":"sybil", "permissions":"op"}}}' > halls/night-watch.json
|
||||
./skald &
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user