aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2019-12-08 12:41:44 +0000
committerLaurenČ›iu Nicola <[email protected]>2019-12-08 13:04:37 +0000
commit78e8934976fa3135c151d2b6b395ce57e832f90e (patch)
tree90fc53ceb5c911a9d1cb00c9a62d908695a8afed /README.md
parentb236f6aa499f98985acd07a34eb0c0d147bf8d5f (diff)
Code: check whether the LSP binary is in PATH
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74c971c0d..979e4ef88 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,8 @@ $ cargo xtask install
37$ cargo xtask install --server 37$ cargo xtask install --server
38``` 38```
39 39
40For non-standard setup of VS Code and other editors, see [./docs/user](./docs/user). 40For non-standard setup of VS Code and other editors, or if the language server
41cannot start, see [./docs/user](./docs/user).
41 42
42## Documentation 43## Documentation
43 44