update readme for common problem

This commit is contained in:
koniifer 2024-10-25 05:32:52 -05:00
parent 4b5bb991f7
commit 7c48aa6cad

View file

@ -4,6 +4,7 @@ syntax highlighting for hblang in vscode
# Usage guide: # Usage guide:
0. run `rustup default nightly` (you need nightly)
1. run `cargo install hblang --git https://git.ablecorp.us/ableos/holey-bytes` 1. run `cargo install hblang --git https://git.ablecorp.us/ableos/holey-bytes`
2. add `$HOME/.cargo/bin` (or wherever you installed hblang) to `$PATH` 2. add `$HOME/.cargo/bin` (or wherever you installed hblang) to `$PATH`
> in bash, `export PATH=$PATH:$HOME/.cargo/bin`<br> > in bash, `export PATH=$PATH:$HOME/.cargo/bin`<br>