Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cli-rs.md #1473

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/4.tools/cli-rs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To utilize the commands that involve transactions, sending tokens, deploying con
Run...

```
near-cli
near
```

Using the arrow keys navigate to...
Expand Down Expand Up @@ -78,7 +78,7 @@ Now you can use `near-cli-rs` to it's full capacity.
To use the `near-cli-rs` simply run the following in your terminal.

```bash
$ near-cli
$ near
```

You should then see the following. Use the arrow keys and hit `enter` or simply type out one of the available options to select an option
Expand Down
Loading