1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

finish deleting unnecessary command lines

This commit is contained in:
OniriCorpe 2023-04-10 17:38:12 +02:00
parent 61306fd5f2
commit 3652f904eb
2 changed files with 0 additions and 4 deletions

View file

@ -62,8 +62,6 @@ To create a new user, proceed as follows:
``` bash
./gotosocial --config-path config.yaml admin account create --username some_username --email someuser@example.org --password 'SomeLongAndComplicatedPassword'
./gotosocial --config-path config.yaml admin account confirm --username some_username
```
And to promote them as an administrator of your instance:

View file

@ -62,8 +62,6 @@ Pour créer un nouveau compte utilisateur, procédez comme suit :
``` bash
./gotosocial --config-path config.yaml admin account create --username nom_dutilisateur --email utilisateur@example.org --password 'UnMotDePasseTrèsComplexe'
./gotosocial --config-path config.yaml admin account confirm --username nom_dutilisateur
```
Et pour promouvoir un compte en tant qu'administrateur de votre instance :