Skip to content

Commit

Permalink
Update README to use install with unreleased features
Browse files Browse the repository at this point in the history
  • Loading branch information
janewang committed Jun 28, 2024
1 parent 1fae6c1 commit d401bb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Install with Homebrew:
brew install stellar/tap/stellar-cli
```

## Install Experimental Features
To use the potentially unreleased bleeding edge CLI functionalities, install from git:
```
cargo install --locked stellar-cli --features opt --git [email protected]:stellar/stellar-cli.git
```

## Setup Autocomplete
```
stellar completion --shell <SHELL>
Expand All @@ -50,4 +56,5 @@ For upcoming features, please see the [project board](https://github.com/orgs/st
Find issues to contribute to [here](https://github.com/stellar/stellar-cli/contribute) and review [CONTRIBUTING.md](/CONTRIBUTING.md).

Developer Docs: https://developers.stellar.org/docs

Developer Docs CLI Examples: https://developers.stellar.org/docs/smart-contracts/guides/cli

0 comments on commit d401bb2

Please sign in to comment.