Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Small fix in the README
There is no necessity to have `root` permissions to install a npm package to a local project, this is also a very common bad practice.
So I am just removing the `[sudo]`, because it can mislead users to do it.
  • Loading branch information
cuchi authored Oct 20, 2016
commit 44827ddea0102f9935b00131996c308819452d67
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A simple CLI tool for ensuring that a given script runs continuously (i.e. forev

``` bash
$ cd /path/to/your/project
$ [sudo] npm install forever-monitor
$ npm install forever-monitor
```

## Usage
Expand Down