Commit 71efad3c authored by James Laver's avatar James Laver Committed by Alexandre Delanoë

Readme tweaks, add repl command to readme

parent 1b3caa7a
...@@ -19,10 +19,10 @@ Institute of Paris Île-de-France (ISC-PIF) and its partners. ...@@ -19,10 +19,10 @@ Institute of Paris Île-de-France (ISC-PIF) and its partners.
### Installing dependencies ### Installing dependencies
Before building gargantext, you must install the dependencies. We use Before building gargantext, you must install the dependencies. We use
[yarn](https://yarnpkg.com/en/) for this. They have excellent[install [yarn](https://yarnpkg.com/en/) for this. They have excellent
instructions](https://yarnpkg.com/en/docs/install). [installation instructions](https://yarnpkg.com/en/docs/install).
Then you must install the javascript and purescript dependencies: Once you have yarn installed, you may install everything else simply:
```shell ```shell
yarn install && yarn install-ps yarn install && yarn install-ps
...@@ -34,6 +34,12 @@ yarn install && yarn install-ps ...@@ -34,6 +34,12 @@ yarn install && yarn install-ps
yarn build yarn build
``` ```
### Getting a purescript repl
```shell
yarn repl
```
## Note to the contributors ## Note to the contributors
Please follow CONTRIBUTING.md Please follow CONTRIBUTING.md
......
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