From 3d303a3cf573608e0f2fd7cc49920eeca3d67558 Mon Sep 17 00:00:00 2001 From: codl Date: Thu, 31 Aug 2017 21:09:52 +0200 Subject: [PATCH] update readme with yarn --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e553398..177fc4c 100644 --- a/README.markdown +++ b/README.markdown @@ -10,7 +10,7 @@ it works with twitter and mastodon and maybe sometime in the future it will work it lives at -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