Skip to content

Commit b31f002

Browse files
committed
README: use relative grunt.
1 parent 5d57800 commit b31f002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ npm install
9090
In order to build (and run) the project execute:
9191

9292
```sh
93-
grunt
93+
./node_modules/.bin/grunt
9494
```
9595

9696
You will find the generated files in the `dist` directory. For the website, you can run a server at its root. For example: `http-server dist/website`. The default `grunt` task runs a server
@@ -100,7 +100,7 @@ for changes.
100100
To run tests, execute:
101101

102102
```
103-
grunt test
103+
./node_modules/.bin/grunt test
104104
```
105105

106106
Look at the end of the `Gruntfile` for other common tasks.

0 commit comments

Comments
 (0)