From 7544f159d9678bd9ace7b3590db5a607e76a14b7 Mon Sep 17 00:00:00 2001 From: omer Date: Wed, 28 Feb 2024 19:14:09 -0600 Subject: [PATCH] Make things a bit more readable --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 13e2417..43531cf 100644 --- a/README.md +++ b/README.md @@ -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 ```