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:
parent
61306fd5f2
commit
3652f904eb
2 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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 :
|
||||
|
|
Loading…
Reference in a new issue