diff --git a/README.md b/README.md index 0268f06..fafcaae 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,13 @@ go install github.com/noelukwa/localbase@latest ``` ```sh -curl -sSL https://raw.githubusercontent.com/noelukwa/localblade/main/install.sh | sudo sh +curl -sSL https://raw.githubusercontent.com/noelukwa/localbase/main/install.sh | sudo sh ``` ## usage +✨ _ensure caddy is setup and running_ + add a new domain: ```sh @@ -38,12 +40,18 @@ list all configured domains: localbase list ``` -start the localbase service: +start the localbase service in foreground: ```sh localbase start ``` +start the localbase service in detached mode: + +```sh +localbase start -d +``` + stop the localbase service: ```sh