Commit 3f19db69 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch '341-dev-fix-build-instructions' of...

Merge branch '341-dev-fix-build-instructions' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into dev
parents 5b6824e4 b037f0f5
Pipeline #2094 failed with stage
......@@ -126,6 +126,20 @@ brew install yarn
For other platforms, please refer to [the yarn website](https://www.yarnpkg.com/).
#### Purescript build tools
Once you have yarn installed you can install the necessary purescript build tools:
```shell
yarn global add purescript spago pulp
```
In order to use those tools you might need to add the yarn global package install location to your path. On linux this can be done by adding the following line at the end of your `.bashrc` file:
```shell
export PATH="$(yarn global bin):$PATH"
```
## Development
### Docker environment
......
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