diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-14 22:04:11 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-14 22:04:11 +0100 |
commit | cdb3f6179869dc3555ce34db27c90e9fd62970d7 (patch) | |
tree | fdd347bbc75bf2ef56a393cd3a1311d3584f7b0c /README.md | |
parent | hide the feed column when a specific feed is selected (diff) | |
download | newspipe-cdb3f6179869dc3555ce34db27c90e9fd62970d7.tar.gz newspipe-cdb3f6179869dc3555ce34db27c90e9fd62970d7.tar.bz2 newspipe-cdb3f6179869dc3555ce34db27c90e9fd62970d7.zip |
compile translations
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |