diff --git a/Cargo.lock b/Cargo.lock index c5539d80..a540aa96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1637,7 +1637,7 @@ dependencies = [ [[package]] name = "cargo-tangle" -version = "0.1.1-beta.5" +version = "0.1.1-beta.7" dependencies = [ "alloy-json-abi", "alloy-network", diff --git a/README.md b/README.md index 24383668..725d35f0 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,21 @@ Let's get started! To install the Tangle CLI, run the following command: +> Supported on Linux, MacOS, and Windows (WSL2) + +```bash +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/webb-tools/gadget/releases/download/cargo-tangle/v0.1.1-beta.7/cargo-tangle-installer.sh | sh +``` + +Or, if you prefer to install the CLI from source: + ```bash -cargo install --bin cargo-tangle --git https://github.com/webb-tools/gadget --force +cargo install cargo-tangle --git https://github.com/webb-tools/gadget --force ``` ### Creating a Blueprint -To create a new blueprint/gadget using the Tangle CLI:: +To create a new blueprint/gadget using the Tangle CLI: ```bash cargo tangle gadget create --name diff --git a/cli/README.md b/cli/README.md index df60843f..25b9e16d 100644 --- a/cli/README.md +++ b/cli/README.md @@ -17,10 +17,18 @@ The Tangle CLI is a command-line tool that allows you to create and deploy bluep ## Installation -To install the Tangle CLI from crates.io, run the following command: +To install the Tangle CLI, run the following command: + +> Supported on Linux, MacOS, and Windows (WSL2) + +```bash +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/webb-tools/gadget/releases/download/cargo-tangle/v0.1.1-beta.7/cargo-tangle-installer.sh | sh +``` + +Or, if you prefer to install the CLI from source: ```bash -cargo install --git https://github.com/webb-tools/gadget cargo-tangle --force +cargo install cargo-tangle --git https://github.com/webb-tools/gadget --force ``` ## Creating a New Blueprint/Gadget