mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 19:51:54 +02:00
Typo in generate keys instructions
This commit is contained in:
parent
d8b74b9556
commit
1e1ee2f658
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue