Skip to content

Commit

Permalink
Update setup.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Nov 4, 2024
1 parent 88cbde4 commit d967d69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions documentation/setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ The latest release of `IDEasy` can be downloaded from https://github.com/devonfw

== Install

Create a central folder `projects` folder (on Windows use `C:\projects` or `D:\projects`, on Linux or Mac use `/projects` or if you do not have such permissions you create it in your home directory as `~/projects`).
Inside this folder, create a sub-folder for your new project such as `my-project` and extract the contents of the downloaded archive (`ide-cli-*.tar.gz`) to this new folder.
Create a central folder `projects` folder (on Windows use `C:\projects` or `D:\projects`, on Linux or Mac use `~/projects` but ensure your home path does not contain space or other special characters).
Inside this folder, create a sub-folder named `_ide` and extract the contents of the downloaded archive (`ide-cli-*.tar.gz`) to this new folder (e.g. `C:\projects\_ide`).
Run the command `setup` in this folder (on windows double clicking on `setup.bat`).
That's all.
To get started read the link:usage.adoc[usage].

NOTE: We are planning to create a installer that will guide users through the installation process but this is not yet released.

== Uninstall

To "uninstall" your `IDEasy` you only need to call the following command:
Expand Down

0 comments on commit d967d69

Please sign in to comment.