Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/documentation #1149

Merged
merged 10 commits into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <project>`, replace `<project>` with your project name.
Switch to the project folder e.g. `cd <project>` 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 <project>`, replace `<project>` with your project name.
Switch to the project folder e.g. `cd <project>` and install or configure tools for your project as needed (for further details click link:project.adoc[here]).

=== Tweak installation location

Expand Down