Skip to content

Commit 4cc1f7b

Browse files
authored
added hint about vhdl_libraries directory when installing from crates.io
2 parents 5ca32e3 + 91b1022 commit 4cc1f7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ I very much appreciate help from other people especially regarding semantic anal
3232
- Find workspace symbols
3333
- View/find document symbols
3434

35+
## When Installing it from Crate
36+
37+
When installing the VHDL_LS from [crates.io](https://crates.io/crates/vhdl_ls) the required
38+
[vhdl_libraries](https://github.com/VHDL-LS/rust_hdl/tree/master/vhdl_libraries) directory will not be installed automatically and
39+
will need to be copied into the parent directory of the VHDL_LS binary manually.
40+
3541
## Trying it out
3642
A language server is never used directly by the end user and it is integrated into different editor plugins. The ones I know about are listed here.
3743

0 commit comments

Comments
 (0)