Skip to content

Commit

Permalink
docs: update installation and usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Aug 2, 2024
1 parent 04759eb commit 9d24c01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 4 additions & 10 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <SOURCE_DIR> -t <TARGET_DIR>
AntaresWebInstaller -t <TARGET_DIR>
```

If the installer is located in the new Antares Web Desktop directory, run:

```
AntaresWebInstaller[.exe] -t <TARGET_DIR>
```

where `<TARGET_DIR>` is the directory where you want to install the Antares Web Desktop and `<SOURCE_DIR>`
the directory to copy files from. Add `.exe` if you use the installer on Windows.
where `<TARGET_DIR>` is the directory where you want to install the Antares Desktop and `<SOURCE_DIR>`
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.
Expand Down

0 comments on commit 9d24c01

Please sign in to comment.