Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noelukwa committed Jul 14, 2024
1 parent e14c862 commit 4c93399
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4c93399

Please sign in to comment.