diff docs/contributing.rst @ 7414:3158cf0dafb7

cli: convert 'gearbox setup-db' into 'kallithea-cli db-create'
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 18 Nov 2018 20:02:17 +0100
parents 7784a1212471
children b66725ba01ed
line wrap: on
line diff
--- a/docs/contributing.rst	Sun Nov 18 20:02:17 2018 +0100
+++ b/docs/contributing.rst	Sun Nov 18 20:02:17 2018 +0100
@@ -40,7 +40,7 @@
         npm install     # install dependencies - both tools and data
         npm run less    # for generating css from less
         kallithea-cli config-create my.ini
-        gearbox setup-db -c my.ini --user=user --email=user@example.com --password=password --repos=/tmp
+        kallithea-cli db-create -c my.ini --user=user --email=user@example.com --password=password --repos=/tmp
         gearbox serve -c my.ini --reload &
         firefox http://127.0.0.1:5000/