Update 'README.md'

This commit is contained in:
rmanach 2022-09-08 09:50:04 +00:00
parent 81d9b0f38d
commit 2e097bbedb

View File

@ -8,5 +8,13 @@ A little web server providing JWT token for auth auser.
```bash
cargo build --release
# run the server
./target/release/simple-auth
```
## Test
```bash
cargo test
```