diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,13 +51,13 @@ It integrates with an identity provider (IdP) and uses message queues to stay in 1. Install tools: ```sh - $ mise install + $ make setup ``` 1. Start servers: ```sh - $ cargo run + $ make run ``` ## Environments |
