1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

fix admin.md formatting

This commit is contained in:
Thomas 2023-03-09 22:58:12 +01:00 committed by GitHub
parent 35a1f117fb
commit dee784cc6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 14 deletions

View file

@ -2,13 +2,11 @@ After the installation, you can create your first user in your browser.
Then, to change it as admin user, you have to go to cli:
> pushd $install_dir/
> pipenv shell
> ftcli users update <user> --set-admin true
```
pushd $install_dir/
pipenv shell
ftcli users update <user> --set-admin true
```
`$install_dir` has to be changed with the actual FitTrackee installed directory. Most of the time it will be `/var/www/fittrackee/`.

View file

@ -2,13 +2,11 @@ Après linstallation, vous pouvez créer un utilisateur via le navigateur.
Pour faire de cet utilisateur un administrateur, vous devez utiliser la ligne de commande:
> pushd $install_dir/
> pipenv shell
> ftcli users update <user> --set-admin true
```
pushd $install_dir/
pipenv shell
ftcli users update <user> --set-admin true
```
`$install_dir` doit être modifié en ladresse du répertoire où FitTrackee est installé. La majorité du temps ce sera `/var/www/fittrackee/`.