From 4216002b5cb8117773dfadbab2af2b5792a215fb Mon Sep 17 00:00:00 2001 From: Kaique Silva Date: Thu, 22 Mar 2018 17:09:14 -0300 Subject: [PATCH] Update README.md Instruction for a installation following the content who comes on next lines presented on the document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a48252..4351533 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This seems like a lot of text but don't be scared! I'ts really easy, especially 3. There are a few ways to get pex up and running. All of the pex modules are on npm so you could for example install them one by one or put them in your package.json. You could also do: - $ npm install pex + $ [sudo] npm install -g pex or as a module [sudo] npm install pex which installs everything neceserry to run pex, generate new projects and documentation files.