diff --git a/Cargo.lock b/Cargo.lock index 6f848a6..3176caf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2397,7 +2397,7 @@ dependencies = [ [[package]] name = "eclair" -version = "0.1.1" +version = "0.1.2" dependencies = [ "alloy", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3e01954..04391e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eclair" -version = "0.1.1" +version = "0.1.2" edition = "2021" diff --git a/docs/src/installation.md b/docs/src/installation.md index 2c71a38..0132056 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -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).