Skip to content

Commit

Permalink
docs: update overview and usage
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Jun 14, 2024
1 parent 99047ee commit fcf075e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ l'interface web.

L'application `antares-web-installer` existe en deux déclinaisons :

- une version simplifiée en ligne de commande (CLI) : `AntaresWebInstallerCli.exe`
- une version graphique (GUI) intuitive : `AntaresWebInstallerGUI.exe`
- une version simplifiée en ligne de commande (CLI) : `AntaresWebInstaller.exe`
- une version graphique (GUI) intuitive : `AntaresWebInstaller.exe`

L'application est disponible pour Windows et Ubuntu.

Expand All @@ -29,7 +29,7 @@ The installer can, on request, add shortcuts to the desktop to launch the server

The `antares-web-installer` application exists in two versions:

- a simplified command line version (CLI): `AntaresWebInstallerCli.exe`
- an intuitive graphical version (GUI): `AntaresWebInstallerGUI.exe`
- a simplified command line version (CLI): `AntaresWebInstaller.exe`
- an intuitive graphical version (GUI): `AntaresWebInstaller.exe`

The application is available for Windows and Ubuntu.
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Open a new terminal and run the following command:

```shell
AntaresWebInstallerCli.exe <TARGET_DIR>
AntaresWebInstaller.exe -t <TARGET_DIR>
```

where `<TARGET_DIR>` is the directory where you want to install the Antares Web Desktop.
Expand All @@ -17,4 +17,4 @@ end of the installation with '-l'.

## Graphical version (GUI)

Double-click on the `AntaresWebInstallerGUI.exe` file and follow the instructions.
Double-click on the `AntaresWebInstaller.exe` file and follow the instructions.

0 comments on commit fcf075e

Please sign in to comment.