Update ayb/commands.md
This commit is contained in:
parent
cf9a0777ee
commit
214d84c45d
1 changed files with 2 additions and 0 deletions
|
@ -8,4 +8,6 @@ Basic commands for ayb development
|
|||
* What you input doesn't really matter, I normally use `AQ` and `Antartica`.
|
||||
* **Note:** You need `openssl` installed in your system to run the command (you need `openssl-devel` anyway to build ayb).
|
||||
* Run ayb server: `cargo run -- server`.
|
||||
* **Note:** You need a valid `ayb.toml` file.
|
||||
* Run `cargo run -- default_server_config > ayb.toml`
|
||||
* Only run SQLite tests: `cargo test client_server_integration_sqlite -- --exact`.
|
Loading…
Reference in a new issue