Skip to content

Commit

Permalink
Include "dev" profile in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jun 17, 2022
1 parent f1a9ee5 commit bbb89f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ Start the server:

```sh
# For MySQL / MariaDB
$ xp serve -c src/main/etc/sql
$ xp serve -p dev -c src/main/etc/sql

# For MongoDB
$ xp serve -c src/main/etc/mongo
$ xp serve -p dev -c src/main/etc/mongo
```

*Now open http://localhost:8080/login in your browser.*
Expand Down

0 comments on commit bbb89f8

Please sign in to comment.