Skip to content

Commit 4ef1570

Browse files
committed
Merge pull request #12 from aharris88/patch-1
Shouldn't Use Sudo for npm
2 parents 9f388e9 + febba07 commit 4ef1570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Diff to Html generates pretty HTML diffs from git diff output in your terminal
4747

4848
## Setup
4949

50-
sudo npm install -g diff2html-cli
50+
npm install -g diff2html-cli
5151

5252
## Usage
5353

0 commit comments

Comments
 (0)