Skip to content

Commit

Permalink
Merge pull request #113 from taylorhakes/readme-sudo
Browse files Browse the repository at this point in the history
Change default command to not recommend sudo
  • Loading branch information
keithwhor committed Jan 18, 2016
2 parents 77c1e96 + 65c077e commit 0afecca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LEARN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ To begin your project, first install the latest version of Node (4.x) from
terminal and run:

```
sudo npm install nodal -g
npm install nodal -g
```

(If you get an error, run `sudo npm install nodal -g` or fix permissions permanently by <a href="https://docs.npmjs.com/getting-started/fixing-npm-permissions" target="_blank">following these directions</a>)
It will take a few seconds to finish. At this point, you have the Nodal
command line tools available and you can really get started!

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ wherever you please.
Getting started with Nodal is easy.

1. Download and install the newest Node 5.x version from [nodejs.org](https://nodejs.org)
2. Open terminal, and type `sudo npm install nodal -g`.
2. Open terminal, and type `npm install nodal -g`.
(If you get an error, run `sudo npm install nodal -g` or fix permissions permanently by <a href="https://docs.npmjs.com/getting-started/fixing-npm-permissions" target="_blank">following these directions</a>)
3. Using your terminal, visit your projects folder. Perhaps with `cd ~`.
4. Run `nodal new`.
5. Follow the on screen instructions, enter your new project directory and type `nodal s`.
Expand Down

0 comments on commit 0afecca

Please sign in to comment.