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