don't make people use nightly as default, that is stupid

This commit is contained in:
koniifer 2024-11-08 13:22:32 -06:00
parent c3ade921d7
commit 69a82a563e

View file

@ -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`<br>