You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/06 07:04:55 UTC

[camel-kameleon] 02/02: Updated readme

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git

commit 369e7d48c1c526211f7be443a0fb63e7fc7c1df6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Aug 6 09:04:46 2022 +0200

    Updated readme
---
 README.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 1ddefb4..000f386 100644
--- a/README.md
+++ b/README.md
@@ -7,17 +7,9 @@ Try [kameleon.dev](https://kameleon.dev)
 ## Build and run locally 
 ### Prerequisites
 - Java 11
-- Maven 3.6
+- Maven 3.8
 - Git
 
-### Install camel-kamelets-catalog
-Kameleon requires camel-kamelets-catalog that is not in maven central yet.
-```bash
-cd /tmp/camel
-git clone git@github.com:apache/camel-kamelets.git 
-mvn install   
-```
-
 ### Run in development mode
 ```bash
 export MAVEN_HOME=$YOUR_MAVEN_HOME ; mvn quarkus:dev