diff --git a/documentation/setup.adoc b/documentation/setup.adoc index c8f40b011..92b3613f1 100644 --- a/documentation/setup.adoc +++ b/documentation/setup.adoc @@ -25,8 +25,8 @@ The latest release of `IDEasy` can be downloaded from https://github.com/devonfw Extract the contents of the downloaded archive (`ide-cli-*.tar.gz`) to a new folder and run `setup` in this folder (on windows double-click on `setup.bat`). To get started read the link:usage.adoc[usage]. -After the installation process, you can create a new project by typing: `ide create `, replace `` with your project name. -Switch to the project folder e.g. `cd ` and install or configure tools for your project as needed. +After the installation process, you can create a new project by typing in bash: `ide create `, replace `` with your project name. +Switch to the project folder e.g. `cd ` and install or configure tools for your project as needed (for further details click link:project.adoc[here]). === Tweak installation location