diff --git a/README.md b/README.md index 53ed9de..440401a 100644 --- a/README.md +++ b/README.md @@ -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 ```