readme update
This commit is contained in:
parent
b01cce5130
commit
207295001f
1 changed files with 5 additions and 2 deletions
|
@ -32,17 +32,20 @@ software and libraries:
|
||||||
* postgresql
|
* postgresql
|
||||||
* libfftw3-dev
|
* libfftw3-dev
|
||||||
* npm
|
* npm
|
||||||
|
* nodejs-legacy
|
||||||
|
|
||||||
which can be installed through
|
which can be installed through
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install alex happy libpq-dev postgresql npm
|
sudo apt-get install alex happy libpq-dev postgresql npm nodejs-legacy
|
||||||
```
|
```
|
||||||
|
|
||||||
Additionally you need bower:
|
Additionally you need bower, purescript and pulp:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g bower
|
npm install -g bower
|
||||||
|
npm install -g purescript
|
||||||
|
npm install -g pulp
|
||||||
```
|
```
|
||||||
|
|
||||||
for migrations also install:
|
for migrations also install:
|
||||||
|
|
Loading…
Reference in a new issue