From d12b55dce67b3df0d4241ab98dd67f989073a5b9 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Thu, 31 Aug 2023 12:10:31 +0200 Subject: [PATCH] Fix readmes --- README.md | 2 +- cli/README.md | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f99bb41652..2a556c463d 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ To start using the IOTA SDK in your Rust project, you can include the following ```toml [dependencies] -iota-sdk = { git = "https://github.com/iotaledger/iota-sdk" branch = "develop" } +iota-sdk = { git = "https://github.com/iotaledger/iota-sdk", branch = "develop" } ``` ## Client Usage diff --git a/cli/README.md b/cli/README.md index 999b48d9a2..35d05d6520 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,7 +1,5 @@ # IOTA Stardust CLI Wallet -![cli-wallet](./documentation/static/img/cli-wallet.gif) - Command line interface application for the [IOTA sdk wallet](https://github.com/iotaledger/iota-sdk). ## Usage @@ -37,7 +35,7 @@ Alternatively, you can select an existing account by its alias: ## Commands -To see the full list of available commands look at the documentation [here](./documentation/docs). +To see the full list of available commands look at the documentation [here](https://wiki.iota.org/shimmer/cli-wallet/welcome/). ## Caveats @@ -48,14 +46,4 @@ By default the database path is `./wallet-cli-database` but you can change this ``` export WALLET_DATABASE_PATH=/path/to/database # or add it to your .bashrc, .zshrc ./wallet [COMMAND] [OPTIONS] -``` - -## Contributing - -To run the CLI from source, install Rust (usually through [Rustup](https://rustup.rs/)) and run the following commands: - -``` -git clone --depth 1 https://github.com/iotaledger/iota-sdk -cd cli -cargo run -- [COMMAND] [OPTIONS] -``` +``` \ No newline at end of file