Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This file documents all notable changes to https://github.com/devonfw/IDEasy[IDE

Release with new features and bugfixes:

* https://github.com/devonfw/IDEasy/issues/377[#377]: Document Homebrew installation on MacOS
* https://github.com/devonfw/IDEasy/issues/2338[#2338]: Create first basic version of check commandlet
* https://github.com/devonfw/IDEasy/issues/2193[#2193]: Added support for conditional auto-completion
* https://github.com/devonfw/IDEasy/issues/2488[#2488]: Add compiler and SDK to MSVC installation
Expand Down
16 changes: 16 additions & 0 deletions documentation/setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@ For any other existing terminal sessions, you must run the `source` command manu
Once installed, you want to link:project.adoc[create a project].
As next step read the link:usage.adoc[usage].

=== Homebrew (MacOS)

If you have https://brew.sh/[Homebrew] installed, you can install IDEasy from the https://github.com/devonfw/homebrew-IDEasy[IDEasy tap]:

```bash
brew install devonfw/ideasy/ideasy
```

To configure `IDE_ROOT` and register the `ide` and `icd` shell functions in `~/.bashrc` and `~/.zshrc`, run:

```bash
ideasy install
```

After setup, open a new terminal to use `ide` and `icd`.

=== Installation Logs

The IDEasy installer writes installation logs to:
Expand Down
Loading