Skip to content

Commit

Permalink
docs: Do not recommend installation from git
Browse files Browse the repository at this point in the history
Recommend using a tagged installation.
  • Loading branch information
ErikDeSmedt authored and cdecker committed Jun 24, 2024
1 parent f44c6ac commit 660c525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ common ones:

```toml
[dependencies]
gl-client = { git = "ssh://[email protected]/Blockstream/greenlight" }
gl-client = "0.2"
```

or by using `cargo add`:

```bash
cargo add --git https://github.com/Blockstream/greenlight.git
cargo add gl-client
```

Note: the rust library currently relies on `git` dependencies, which
Expand Down

0 comments on commit 660c525

Please sign in to comment.