Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Nov 12, 2024
1 parent 296e0b5 commit 049cc8c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ See link:documentation/features.adoc[features].
NOTE: Currently IDEasy is in beta state so it is not yet considered to be production ready. Do not use it with large teams or otherwise do not blame us if your team gets blocked by a bug.

We are planning to go out of beta beginning of 2025.
However, this will only include support for Windows while official Linux and Mac support will come later in 2025.
However, this will only include support for Windows while official Linux and Mac support will come later in 2025 (see e.g. bug https://github.com/devonfw/IDEasy/issues/589[#589] or https://github.com/devonfw/IDEasy/issues/451[#451]).
Further, you should contact us if you plan to use IDEasy in your project with a real developer team.
We will have a look and can give you the latest insights about features working stable and edge-cases that might still cause problems.
We will have a look at your demands and can give you the latest insights about features working stable and edge-cases that might still cause problems.
Do not expect reasoable support if you started with IDEasy in 2024 with a large team but without getting in touch.
We surely try to fix bugs as soon as possible but we do not work extra shifts if you are blocked and we never promised any help before.
We surely try to fix bugs as soon as possible but we do not work extra shifts or prioritize your issues if you are blocked and we never promised any help before.
Also, if you are currently working with devonfw-ide, please stay patient.
You can surely do a pilot where one developer tries to work with IDEasy in your devonfw-ide project and see if all works fine or better.
But unless we update this status and officially annouce that devonfw-ide shall be replaced with IDEasy you should not push this ahead with your developer teams.
Expand All @@ -52,6 +52,10 @@ All you need before installing IDEasy is https://git-scm.com/download/[git].
Download the latest version of `IDEasy` from https://github.com/devonfw/IDEasy/releases[here] and install it.
(You can find all Releases in https://repo.maven.apache.org/maven2/com/devonfw/tools/IDEasy/ide-cli/[Maven Central])

NOTE: We are working on an installer (see e.g. https://github.com/devonfw/IDEasy/issues/420[#420]) that will guide you thorugh the installation.
Currently you need to create an `projects/_ide` in your home directory or on `C:\` or `D:`, extract the downloaded archive directly into that `_ide` folder and run the `setup` script (`setup.bat` on Windows).
To install an update manually, you just need to extract the new archive content into that `_ide` folder (e.g. with 7-Zip) overwriting all existing files.

=== Create projects

Once installed, you can setup a new project with the following command:
Expand Down

0 comments on commit 049cc8c

Please sign in to comment.