Skip to content

Commit

Permalink
Make options more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm committed Jan 6, 2025
1 parent c5d93d4 commit 6ae9e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ We are very happy that someone picked up the work. In the meantime we still need

Choose one of the following methods to install `huff-neo`:

1. Install the latest version with cargo:
**Option 1:** Install the latest version with cargo:
```bash
cargo install --git https://github.com/cakevm/huff-neo
```

2. You can use the installer `huff-neo-up` to install the latest version of `huff-neo` from a release or nightly build:
**Option 2:** You can use the installer `huff-neo-up` to install the latest version of `huff-neo` from a release or nightly build:
```bash
curl -L https://raw.githubusercontent.com/cakevm/huff-neo/refs/heads/main/huff-neo-up/install | bash
```

3. Build it by cloning the repository and running the following command:
**Option 3:** Build it by cloning the repository and running the following command:
```bash
make release
```
Expand Down

0 comments on commit 6ae9e93

Please sign in to comment.