Commit ec1b6ea6 authored by James Laver's avatar James Laver

it's node_modules, not .node_modules

parent fc228b13
...@@ -19,12 +19,12 @@ you need the backend (haskell-gargantext) installation too. ...@@ -19,12 +19,12 @@ you need the backend (haskell-gargantext) installation too.
### Installation steps ### Installation steps
1. Add `.node_modules/.bin` to your path 1. Add `node_modules/.bin` to your path
2. Execute `./build` 2. Execute `./build`
In one command: In one command:
```PATH="$PWD/.node_modules/.bin:$PATH" ./build``` ```PATH="$PWD/node_modules/.bin:$PATH" ./build```
## Note to the contributors ## Note to the contributors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment