From 0b30f4ea195fa2202d9386c3293ffd6190d03514 Mon Sep 17 00:00:00 2001 From: okjodom Date: Tue, 16 Apr 2024 22:18:15 +0300 Subject: [PATCH] docs: update fedimint-clientd usage docs --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e71f0ef..a4fd2ba 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,18 @@ You can install the cli app with `cargo install fedimint-clientd` or by cloning ``` CLI USAGE: fedimint-clientd \ - --fm_db_path=/absolute/path/to/dir/to/store/database \ + --db-path=/absolute/path/to/dir/to/store/database \ --password="some-secure-password-that-becomes-the-bearer-token" \ --addr="127.0.0.1:8080" - --mode="default" + --mode="rest" + --invite-code="fed1-fedimint-invite-code" ENV USAGE: FEDIMINT_CLIENTD_DB_PATH=/absolute/path/to/dir/to/store/database FEDIMINT_CLIENTD_PASSWORD="some-secure-password-that-becomes-the-bearer-token" FEDIMINT_CLIENTD_ADDR="127.0.0.1:8080" -FEDIMINT_CLIENTD_MODE="default" +FEDIMINT_CLIENTD_MODE="rest" +FEDIMINT_CLIENTD_INVITE_CODE="fed1-fedimint-invite-code" ``` ## Fedimint Clientd Endpoints