Commit 39501466 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch 'installation-instructions' of...

Merge branch 'installation-instructions' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into dev
parents defc8ddf ec1b6ea6
...@@ -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