Typo in generate keys instructions

This commit is contained in:
Eliot Berriot 2018-03-30 18:02:34 +02:00
parent d8b74b9556
commit 1e1ee2f658
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ The last step involves generating RSA private and public keys for signing
your instance requests on the federation. This can be done via::
# on docker setups
docker-compose --rm api python manage.py generate_keys --no-input
docker-compose run --rm api python manage.py generate_keys --no-input
# on non-docker setups
source /srv/funkwhale/virtualenv/bin/activate