Skip to content

Commit 8760049

Browse files
committed
fix: update install instructions
1 parent 1427b19 commit 8760049

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

crates/stellar-registry-cli/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ Command line interface for managing smart contract deployments through the Stell
44

55
## Installation
66

7-
Install directly from the repository:
7+
Install from cargo:
88

99
```bash
10-
cargo install --git https://github.com/ahalabs/scaffold-stellar stellar-registry-cli
10+
cargo install stellar-registry-cli
11+
```
12+
13+
Or [`cargo-binstall`](github.com/cargo-bins/cargo-binstall):
14+
15+
```bash
16+
cargo binstall stellar-registry-cli
1117
```
1218

1319
## Commands
@@ -106,7 +112,7 @@ For an additional level of security you can get your contract audited. Stellar h
106112

107113
Once you are satisfied with your contract you can publish and deploy on Mainnet.
108114

109-
The first step is adding Mainnet to your `stellar-cli`. [See the reccommend list of RPC provides here]( https://developers.stellar.org/docs/data/rpc/rpc-providers)
115+
The first step is adding Mainnet to your `stellar-cli`. [See the reccommend list of RPC provides here](https://developers.stellar.org/docs/data/rpc/rpc-providers)
110116

111117
Then you must add it with the following command:
112118
```bash

crates/stellar-scaffold-cli/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@ Stellar Scaffold CLI comes with three main commands:
1818

1919
1. Install the CLI:
2020
```bash
21-
cargo install --git https://github.com/ahalabs/scaffold-stellar stellar-scaffold-cli
21+
cargo install stellar-scaffold-cli
2222
```
2323

24-
2. Create a new project:
24+
Or [`cargo-binstall`](github.com/cargo-bins/cargo-binstall):
25+
26+
```bash
27+
cargo binstall stellar-scaffold-cli
28+
```
29+
30+
1. Create a new project:
2531
```bash
2632
stellar scaffold init my-project
2733
cd my-project

0 commit comments

Comments
 (0)