From 9d24c0171ee67701a4e2ac3c28cd1bf7284bf21f Mon Sep 17 00:00:00 2001 From: Maurane GLAUDE Date: Fri, 2 Aug 2024 18:07:20 +0200 Subject: [PATCH] docs: update installation and usage instructions --- docs/installation.md | 2 +- docs/usage.md | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 2847fd8..5352e73 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,3 +1,3 @@ # Installation -Download the latest release on the [installer repository](https://github.com/AntaresSimulatorTeam/antares-web-installer) depending on your os. That's it ! +Download the latest release on the [installer repository](https://github.com/AntaresSimulatorTeam/antares-web-installer) depending on your os. diff --git a/docs/usage.md b/docs/usage.md index 9359c15..0646a79 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -8,20 +8,14 @@ Double-click on the installer and follow the instructions. ## Command line version (CLI) Open a new command prompt or powershell instance. -After making sure you are in the directory containing the installer, run the following command: +Run the following command: ``` -AntaresWebInstaller[.exe] -s -t +AntaresWebInstaller -t ``` -If the installer is located in the new Antares Web Desktop directory, run: - -``` -AntaresWebInstaller[.exe] -t -``` - -where `` is the directory where you want to install the Antares Web Desktop and `` -the directory to copy files from. Add `.exe` if you use the installer on Windows. +where `` is the directory where you want to install the Antares Desktop and `` +the directory to copy files from. Note that you can specify an existing directory as value of `TARGET_DIR`, in which case the installer will update the existing installation.