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

Update setup.adoc #1128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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. link:project.adoc[Further details.]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Switch to the project folder e.g. `cd <project>` and install or configure tools for your project as needed. link:project.adoc[Further details.]
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]).


=== Tweak installation location

Expand Down