From a3e42836f799d6018130e14283c8db17484c94d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Wed, 13 Mar 2024 12:40:08 +0100 Subject: [PATCH 1/7] Update README.adoc: added nightly badge --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index de1ef0d62..1fffc8188 100644 --- a/README.adoc +++ b/README.adoc @@ -10,6 +10,7 @@ image:https://img.shields.io/github/license/devonfw/IDEasy.svg?label=License["Ap image:https://img.shields.io/maven-central/v/com.devonfw.tools.ide/ide-cli.svg?label=Maven%20Central["Maven Central",link=https://search.maven.org/search?q=g:com.devonfw.tools.ide] image:https://github.com/devonfw/IDEasy/actions/workflows/build.yml/badge.svg["Build Status",link="https://github.com/devonfw/IDEasy/actions/workflows/build.yml"] image:https://github.com/devonfw/IDEasy/actions/workflows/update-urls.yml/badge.svg["Update URLS Status",link="https://github.com/devonfw/IDEasy/actions/workflows/update-urls.yml"] +image:https://github.com/devonfw/IDEasy/actions/workflows/nightly-build.yml/badge.svg["Nightly Release", link="https://github.com/devonfw/IDEasy/actions/workflows/nightly-build.yml"] image:https://coveralls.io/repos/github/devonfw/IDEasy/badge.svg?branch=main["Coverage Status",link="https://coveralls.io/github/devonfw/IDEasy?branch=main"] toc::[] From b1d37c6febb0f048d9238b9929be26f75e0159f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Wed, 13 Mar 2024 12:42:26 +0100 Subject: [PATCH 2/7] Update nightly-build.yml: short name for badge --- .github/workflows/nightly-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index c4aa75ceb..abf709c48 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -1,4 +1,4 @@ -name: Nightly CI Build and Snapshot Release +name: Nightly Build on: workflow_dispatch: schedule: From 354c272ddc41b926d6988ea93b0f778023c73b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Wed, 13 Mar 2024 12:46:47 +0100 Subject: [PATCH 3/7] Update README.adoc --- README.adoc | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.adoc b/README.adoc index 1fffc8188..33a013b82 100644 --- a/README.adoc +++ b/README.adoc @@ -18,23 +18,11 @@ toc::[] == Setup === Prerequisites +All you need before installing IDEasy is https://git-scm.com/download/[git]. ** Windows - *** On Windows you need to *download and install* https://git-scm.com/download/win[git for windows]. - -*** You need a tool to extract `*.tar.gz` files (`tar` and `gzip`). -+ -For example https://www.7-zip.org/[7-zip] or https://www.win-rar.com/[WinRar]. ** Linux -*** On Linux you need to install `curl` and `git` if you don't have them already -+ -[source,terminal, .text-center] ----- -sudo apt-get install git curl -or -sudo yum install git-core curl ----- - +*** On Linux you only need to install https://git-scm.com/download/linux[git for linux]. ** MacOS *** On MacOS you only need to download and install https://git-scm.com/download/mac[git for mac]. From 0dd73356249e4e1c633fa36f49e042af36e3210a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Wed, 13 Mar 2024 12:47:00 +0100 Subject: [PATCH 4/7] Update README.adoc --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 33a013b82..ef9b72fdc 100644 --- a/README.adoc +++ b/README.adoc @@ -19,6 +19,7 @@ toc::[] === Prerequisites All you need before installing IDEasy is https://git-scm.com/download/[git]. + ** Windows *** On Windows you need to *download and install* https://git-scm.com/download/win[git for windows]. ** Linux From 48632247b1e3c47c2a0d3123862094ed7704e308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Wed, 13 Mar 2024 12:47:49 +0100 Subject: [PATCH 5/7] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ef9b72fdc..788f128a3 100644 --- a/README.adoc +++ b/README.adoc @@ -29,7 +29,7 @@ All you need before installing IDEasy is https://git-scm.com/download/[git]. === Install -** Download the latest version of `devonfw-ide` from https://github.com/devonfw/IDEasy/releases[here] and extract it to a folder of your choice. +** Download the latest version of `IDEasy` from https://github.com/devonfw/IDEasy/releases[here] and execute it. + (You can find all Releases in https://repo.maven.apache.org/maven2/com/devonfw/tools/IDEasy/ide-cli/[Maven Central]) ** Run the `setup` in this folder (On Windows you can double click on `setup.bat`) From f44a4566c696bcd90d22e01881772f9835372ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Wed, 13 Mar 2024 12:49:04 +0100 Subject: [PATCH 6/7] Update README.adoc --- README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 788f128a3..897a40546 100644 --- a/README.adoc +++ b/README.adoc @@ -34,9 +34,10 @@ All you need before installing IDEasy is https://git-scm.com/download/[git]. (You can find all Releases in https://repo.maven.apache.org/maven2/com/devonfw/tools/IDEasy/ide-cli/[Maven Central]) ** Run the `setup` in this folder (On Windows you can double click on `setup.bat`) + -A command prompt will open and the setup will start. The setup will ask for a settings URL. In case you do not have a settings URL for your project, you can just press enter to use the default settings. +A command prompt will open and the setup will start. The setup will ask for a settings URL. +In case you do not have a settings URL for your project, you can just press enter to use the default settings. ** After the setup is finished, you can close the command prompt and open a new one. -** *You are done! You can now use the `devon` command in your terminal to use the devonfw-ide.* +** *You are done! You can now use the `ide` command in your terminal to use the `IDEasy`.* ==== Video Tutorial ifdef::env-github[] From ec78a89d19ee503a2ec894ededc389363ae1e1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Wed, 13 Mar 2024 12:50:46 +0100 Subject: [PATCH 7/7] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 897a40546..71ab468d8 100644 --- a/README.adoc +++ b/README.adoc @@ -70,7 +70,7 @@ See also our latest video https://vimeo.com/808368450/88d4af9d18[devon ide updat * link:documentation/[Documentation] == Contribution Guidelines -*If you want to contribute to `devon-ide` please read our https://github.com/devonfw/ide/blob/master/documentation/devonfw-ide-contribution-getting-started.asciidoc[Contribution Guidelines].* +*If you want to contribute to `IDEasy` please read our https://github.com/devonfw/IDEasy/blob/main/documentation/IDEasy-contribution-getting-started.asciidoc[Contribution Guidelines].* *We use https://github.com/devonfw/IDEasy/issues[GitHub Issues] to track bugs and submit feature requests.*