Skip to content

Commit

Permalink
Fix broken markdown list rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Sep 2, 2017
1 parent de4da56 commit e5893a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ computer. To do this you will need:
- [SASS](http://sass-lang.com/) Compiler
- [highlights](https://github.com/perl6/atom-language-perl6) (optional; requires
`nodejs`, `npm`, and at least GCC-4.8 on Linux to be installed. Running `make` will set everything up for you.)
- Debian instructions:
- Get more modern nodejs than in repos: `curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -`
- Run `make init-highlights` to initialize highlights
- If that still isn't working try running `npm install node-gyp -g` and try running make command again
- Debian instructions:
- Get more modern nodejs than in repos: `curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -`
- Run `make init-highlights` to initialize highlights
- If that still isn't working try running `npm install node-gyp -g` and try running make command again

### Dependency installation

Expand Down

0 comments on commit e5893a7

Please sign in to comment.