You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/setup.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ The latest release of `IDEasy` can be downloaded from https://github.com/devonfw
25
25
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`).
26
26
27
27
To get started read the link:usage.adoc[usage].
28
-
After the installation process, you can create a new project by typing test: `ide create <project>`, replace `<project>` with your project name.
29
-
Switch to the project folder e.g. `cd <project>` and install or configure tools for your project as needed.
28
+
After the installation process, you can create a new project by typing in bash: `ide create <project>`, replace `<project>` with your project name.
29
+
Switch to the project folder e.g. `cd <project>` and install or configure tools for your project as needed (for further details see link:project.adoc[here]).
0 commit comments