Skip to content
Snippets Groups Projects
Verified Commit 1e1ee2f6 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Typo in generate keys instructions

parent d8b74b95
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment