Skip to content

Commit

Permalink
Add install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Jane Wang authored and Jane Wang committed Feb 28, 2024
1 parent 694a971 commit 9c2d90e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This repo is home to the [Soroban CLI](https://github.com/stellar/soroban-tools/tree/main/cmd/soroban-cli): The command-line multi-tool for running and deploying Soroban contracts.


## Install the CLI
Install [the latest soroban-cli version](/releases).
`cargo install --locked --version 20.3.1 soroban-cli`

## Setup Autocomplete
`soroban completion --shell <SHELL>`
Possible SHELL values are `bash`, `elvish`, `fish`, `powershell`, `zsh`, etc.
Expand Down

0 comments on commit 9c2d90e

Please sign in to comment.