diff --git a/docs/contributing.rst b/docs/contributing.rst --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -39,7 +39,7 @@ To get started with Kallithea developmen pip install --upgrade -r dev_requirements.txt npm install # install dependencies - both tools and data npm run less # for generating css from less - gearbox make-config my.ini + kallithea-cli config-create my.ini gearbox setup-db -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/