Update ayb/commands.md

This commit is contained in:
Sofía Aritz 2023-12-15 19:59:08 +00:00
parent cf9a0777ee
commit 214d84c45d

View file

@ -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`.