You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+7-3
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@ See link:documentation/features.adoc[features].
32
32
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.
33
33
34
34
We are planning to go out of beta beginning of 2025.
35
-
However, this will only include support for Windows while official Linux and Mac support will come later in 2025.
35
+
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]).
36
36
Further, you should contact us if you plan to use IDEasy in your project with a real developer team.
37
-
We will have a look and can give you the latest insights about features working stable and edge-cases that might still cause problems.
37
+
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.
38
38
Do not expect reasoable support if you started with IDEasy in 2024 with a large team but without getting in touch.
39
-
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.
39
+
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.
40
40
Also, if you are currently working with devonfw-ide, please stay patient.
41
41
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.
42
42
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.
@@ -52,6 +52,10 @@ All you need before installing IDEasy is https://git-scm.com/download/[git].
52
52
Download the latest version of `IDEasy` from https://github.com/devonfw/IDEasy/releases[here] and install it.
53
53
(You can find all Releases in https://repo.maven.apache.org/maven2/com/devonfw/tools/IDEasy/ide-cli/[Maven Central])
54
54
55
+
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.
56
+
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).
57
+
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.
58
+
55
59
=== Create projects
56
60
57
61
Once installed, you can setup a new project with the following command:
0 commit comments