summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-02-14 22:20:43 -0500
committerGitHub <noreply@github.com>2022-02-14 22:20:43 -0500
commita359614fa96b09a39692f20a09acfb5a0e4e230e (patch)
treecd7213cc832c6ad25ae3372c8a06a555be58da25 /README.md
parent9e6d59e28556444cdc18fd9f98d45162c022402d (diff)
downloadPerlNavigator-a359614fa96b09a39692f20a09acfb5a0e4e230e.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 708ef40..f621ee4 100644
--- a/README.md
+++ b/README.md
@@ -38,14 +38,14 @@ You can also add additional include paths that will be added to the perl search
The default severities are reasonable, but you can change "perlnavigator.severity1" through severity5. Allowable options are error, warning, info, and hint.
-### Sublime Text (and other editors) Installation
-Currently, this is not yet packaged for other editors but you can build from source.
+## Install For Other Editors
+Currently, this is not yet packaged for other editors but you can build from source. You'll need to have node.js and npm installed.
```
git clone https://github.com/bscan/PerlNavigator.git
cd PerlNavigator
npm install
```
-Sublime requires the following minimum settings under LSP settings (modify depending on your install location)
+Sublime Text requires the following minimum settings under LSP settings (modify depending on your install location and editor)
```
{
"clients": {