Skip to content
Snippets Groups Projects
Commit 1a2cb495 authored by Luke Shumaker's avatar Luke Shumaker
Browse files

prepare.md: Arch Linux: sed /pacman/s/nodejs/npm/

On Arch Linux, `npm` is no longer part of the `nodejs` package; update
the list of dependencies to include `npm` instead of `nodejs.
parent d667c6d6
No related branches found
No related tags found
1 merge request!262prepare.md: Arch Linux: sed /pacman/s/nodejs/npm/
Loading
Loading
@@ -63,7 +63,7 @@ npm install phantomjs-prebuilt@2.1.12 -g
Please read [the prerequisites for all platforms](#prerequisites-for-all-platforms).
 
```
pacman -S postgresql redis postgresql-libs icu nodejs ed cmake openssh git go
pacman -S postgresql redis postgresql-libs icu npm ed cmake openssh git go
npm install phantomjs-prebuilt@2.1.12 -g
```
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment