Skip to content

Commit

Permalink
Fix readmes (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Aug 31, 2023
1 parent ce77da1 commit 711f85c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 2 additions & 14 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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]
```
```

0 comments on commit 711f85c

Please sign in to comment.