Skip to content

Commit

Permalink
Update READMEs with Download Links
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Sep 23, 2024
1 parent 9a77a37 commit c2f04a2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 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.

12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <blueprint_name>
Expand Down
12 changes: 10 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2f04a2

Please sign in to comment.