aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-14 22:04:11 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-14 22:04:11 +0100
commitcdb3f6179869dc3555ce34db27c90e9fd62970d7 (patch)
treefdd347bbc75bf2ef56a393cd3a1311d3584f7b0c /README.md
parenthide the feed column when a specific feed is selected (diff)
downloadnewspipe-cdb3f6179869dc3555ce34db27c90e9fd62970d7.tar.gz
newspipe-cdb3f6179869dc3555ce34db27c90e9fd62970d7.tar.bz2
newspipe-cdb3f6179869dc3555ce34db27c90e9fd62970d7.zip
compile translations
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ffa9307d..b03b5e43 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ $ npm install
$ poetry install
$ export Newspipe_CONFIG=sqlite.py
$ poetry shell
+$ pybabel compile -d newspipe/web/translations
$ python manager.py db_create
$ python manager.py create_admin <nickname> <password>
$ python runserver.py
bgstack15