Make things a bit more readable

This commit is contained in:
omer
2024-02-28 19:14:09 -06:00
parent df7a63e047
commit 7544f159d9
-4
View File
@@ -48,28 +48,24 @@ bash docker_ctl.sh bucket_create
creates a bucket in couchbase.
```sh
cd hearthmod/
bash docker_ctl.sh bucket_restore
```
restores the latest database snapshot/populates it.
```sh
cd hearthmod/
bash docker_ctl.sh compile
```
compiles and installs the entire hearthmod server stack.
```sh
cd hearthmod/
bash docker_ctl.sh start
```
starts the hearthmod server stack.
```sh
cd hearthmod/
bash docker_ctl.sh stop
```