Commit fc228b13 authored by James Laver's avatar James Laver

Correct installation steps

parent 8af48b15
...@@ -19,8 +19,12 @@ you need the backend (haskell-gargantext) installation too. ...@@ -19,8 +19,12 @@ you need the backend (haskell-gargantext) installation too.
### Installation steps ### Installation steps
1. Add nodes_modules/.bin to your path 1. Add `.node_modules/.bin` to your path
2. Execute ./build 2. Execute `./build`
In one command:
```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