Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Aug 29, 2024
1 parent 211cada commit eec8d4b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@ On the project root:
$ cmake ..
$ make
$ ./drogoncore_user_service --action=run-server
$ ./drogoncore_user_service --action=run-server

# Create tables

$ ./drogoncore_user_service --action=create-tables

# Drop tables

$ ./drogoncore_user_service --action=drop-tables

## Running with docker

Expand Down

0 comments on commit eec8d4b

Please sign in to comment.