better instructions
This commit is contained in:
parent
bc84098b77
commit
99f66d803a
10
README.md
10
README.md
|
@ -4,9 +4,11 @@ syntax highlighting for hblang in vscode
|
|||
|
||||
# Usage guide:
|
||||
|
||||
1. cargo +nightly 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>
|
||||
> in other shells, there may be other ways
|
||||
2.
|
||||
- add `$HOME/.cargo/bin` (or wherever you installed hblang) to `$PATH`
|
||||
> in bash, `export PATH=$PATH:$HOME/.cargo/bin`<br>
|
||||
> in other shells, there may be other ways
|
||||
- alternatively, add the path you installed hblang to the extension settings
|
||||
3. log out and log back in (or something, idk)
|
Loading…
Reference in a new issue