From 90618d71cdaccb2d5851df41c785ff07048130c1 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 9 Mar 2023 20:49:21 +0100 Subject: [PATCH] Update ADMIN.md --- doc/ADMIN.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index fd6d31f..b916fc3 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -2,13 +2,15 @@ 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: -```python -pushd $install_dir/ - pipenv shell - ftcli users update --set-admin true -``` + +> pushd $install_dir/ + +> pipenv shell + +> ftcli users update --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/`. - has to be changed with the actual username the account creation has been done. +`` has to be changed with the actual username the account creation has been done.