Skip to content

Commit

Permalink
- update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xterm-inator committed Nov 11, 2023
1 parent 3c6350d commit feb0a43
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,11 @@ services:
```

## Usage
1. Open MicroGuard at `http://your-server-ip`.
2. Click on "Users" > "Add User".
## Initial User
To create the initial user run: (replace: [email protected] with your email)
```bash
docker compose exec api php artisan app:create-user [email protected] admin
```

## Local Development and Testing with Docker Compose

Expand Down

0 comments on commit feb0a43

Please sign in to comment.