From 214d84c45d1ffb1b8edefaf412870bc70bb92395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Fri, 15 Dec 2023 19:59:08 +0000 Subject: [PATCH] Update ayb/commands.md --- ayb/commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ayb/commands.md b/ayb/commands.md index 4308a03..2f2c6b0 100644 --- a/ayb/commands.md +++ b/ayb/commands.md @@ -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`. \ No newline at end of file