Skip to content

Commit

Permalink
Fix installation docs and update cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed Aug 4, 2024
1 parent f8ccd35 commit fbf047b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eclair"
version = "0.1.1"
version = "0.1.2"
edition = "2021"


Expand Down
4 changes: 2 additions & 2 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ This will install Eclair in the Foundry bin directory, typically `~/.foundry/bin
If you want the latest published release instead, you can use the following command:

```bash
curl -L https://install.eclair.so | bash -s --version release
curl -L https://install.eclair.so | bash -s -- --version release
```

To install a specific version, you can use the following command:

```bash
curl -L https://install.eclair.so | bash -s --version VERSION
curl -L https://install.eclair.so | bash -s -- --version VERSION
```

where `VERSION` should be replaced with [a release version](https://github.com/danhper/eclair/releases).
Expand Down

0 comments on commit fbf047b

Please sign in to comment.