Skip to content

Commit f6104b7

Browse files
committed
Remove sudo comments
1 parent 927b095 commit f6104b7

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The project uses [Grunt](https://gruntjs.com/) to run tasks and [Sass](http://sa
3535
$ npm install -g grunt-cli
3636
```
3737

38-
Consult the Grunt documentation for more instructions if necessary. You might need to use `sudo npm install -g grunt-cli` instead when installing on certain Unix-based systems.
38+
Consult the Grunt documentation for more instructions if necessary.
3939

4040
### Installing dependencies
4141

@@ -46,7 +46,7 @@ $ cd textpattern-jquery-ui-theme
4646
$ npm install
4747
```
4848

49-
**npm** installs Node modules for Grunt. You might need to use `sudo npm install` instead when installing on certain Unix-based systems.
49+
**npm** installs Node modules for Grunt.
5050

5151
## Building
5252

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)