From 6ae9e932e48979e8a34756e2268e3f423f5962e9 Mon Sep 17 00:00:00 2001 From: cakevm Date: Mon, 6 Jan 2025 22:04:11 +0100 Subject: [PATCH] Make options more clear --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```