Skip to content

Commit a6e617f

Browse files
committed
Minor changes to setup
1 parent efee25b commit a6e617f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/setup.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The latest release of `IDEasy` can be downloaded from https://github.com/devonfw
2525
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`).
2626

2727
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]).
3030

3131
=== Tweak installation location
3232

0 commit comments

Comments
 (0)