From 69a82a563ea5c3e2a08acd0244565efc472fc47f Mon Sep 17 00:00:00 2001 From: koniifer Date: Fri, 8 Nov 2024 13:22:32 -0600 Subject: [PATCH] don't make people use nightly as default, that is stupid --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f4f213..53d03bd 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ syntax highlighting for hblang in vscode # Usage guide: -0. run `rustup default nightly` (you need nightly) -1. run `cargo install hblang --git https://git.ablecorp.us/ableos/holey-bytes` +1. cargo +nightly install hblang --git https://git.ablecorp.us/ableos/holey-bytes > remember to keep this updated 2. add `$HOME/.cargo/bin` (or wherever you installed hblang) to `$PATH` > in bash, `export PATH=$PATH:$HOME/.cargo/bin`