From cdd3b5103aef9862a23688f6eca74f51348016b7 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:52:21 +0100 Subject: [PATCH] fix variables in admin.md --- doc/ADMIN.md | 6 +++--- doc/ADMIN_fr.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 26ca4d5..43c563e 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -3,9 +3,9 @@ After the installation, you can login with the user and password you choose befo If you have to use the [command line interface (cli)](https://samr1.github.io/FitTrackee/cli.html), you can go like this: ``` - pushd $install_dir/ - source $install_dir/venv/bin/activate + pushd __INSTALL_DIR__/ + source __INSTALL_DIR__/venv/bin/activate ftcli [OPTIONS] COMMAND [ARGS]... + popd ``` -`$install_dir` has to be changed with the actual FitTrackee installed directory. Most of the time it will be `/var/www/fittrackee/`. \ No newline at end of file diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index b623e45..353cc82 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -3,9 +3,9 @@ Après l’installation, vous pouvez vous connecter avec les nom d’utilisateur Si vous avez besoin d’utiliser la [ligne de commande](https://samr1.github.io/FitTrackee/cli.html) vous pouvez suivre ces étapes : ``` - pushd $install_dir/ - source $install_dir/venv/bin/activate + pushd __INSTALL_DIR__/ + source __INSTALL_DIR__/venv/bin/activate ftcli [OPTIONS] COMMAND [ARGS]... + popd ``` -`$install_dir` doit être modifié en l’adresse du répertoire où FitTrackee est installé. La majorité du temps ce sera `/var/www/fittrackee/`. \ No newline at end of file