-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pre-commit-docs
- Loading branch information
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters