We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c052c47 commit 30e644cCopy full SHA for 30e644c
CONTRIBUTING.md
@@ -190,7 +190,7 @@ computer. To do this you will need:
190
- [highlights](https://github.com/perl6/atom-language-perl6) (optional; requires
191
`nodejs`, `npm`, and at least GCC-4.8 on Linux to be installed. Running `make` will set everything up for you.)
192
- Debian instructions:
193
- - Get more modern nodejs than in repos: `curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -`
+ - Get more modern nodejs than in package manager: `curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -`
194
- Run `make init-highlights` to initialize highlights
195
- If that still isn't working try running `npm install node-gyp -g` and try running make command again
196
0 commit comments