Skip to content

Commit 26b4578

Browse files
Added better explanation for -g option.
1 parent f0e6be6 commit 26b4578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ clean-css-cli requires Node.js 4.0+ (tested on Linux, OS X, and Windows)
4949
```shell
5050
npm install clean-css-cli -g
5151
```
52-
Note: Global install is mandatory for CLI purpose.
52+
Note: Global install via -g option is recommended unless you want to execute the binary via a relative path, i.e. ./node_modules/.bin/cleancss
5353

5454
# Use
5555

0 commit comments

Comments
 (0)