update readme with yarn

This commit is contained in:
codl 2017-08-31 21:09:52 +02:00
parent 2ad5df5fbb
commit 3d303a3cf5
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ it works with twitter and mastodon and maybe sometime in the future it will work
it lives at <https://forget.codl.fr>
you can run your own if you want to, youll need postgresql and redis and python 3.6+
you can run your own if you want to, youll need postgresql and redis and python 3.6+ and yarn (recommended) or npm
```
$ # set up virtualenv (recommended)
@ -19,6 +19,7 @@ $ source venv/bin/activate
$ # install requirements and set up config file
$ pip install -r requirements.txt
$ yarn || npm install
$ cp config.example.py config.py
$ $EDITOR config.py