You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2021/11/24 15:01:46 UTC

[camel-karavan] branch main updated: fix readme for correct folder (#121)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 705c2ef  fix readme for correct folder (#121)
705c2ef is described below

commit 705c2efa2b7702d898f0088c2d268a8269465492
Author: Omkar Yadav <me...@f22.dev>
AuthorDate: Wed Nov 24 19:01:43 2021 +0400

    fix readme for correct folder (#121)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7a0e835..615d4cd 100644
--- a/README.md
+++ b/README.md
@@ -63,12 +63,12 @@ DOCKER_BUILDKIT=1 docker build -f karavan-app/src/main/docker/Dockerfile.multist
 You can run your application in dev mode that enables live coding using:
 - Backend
 ```shell script
-cd karavan
+cd karavan-app
 mvn compile quarkus:dev
 ```
 - Frontend
 ```shell script
-cd karavan/src/main/webapp/
+cd karavan-app/src/main/webapp/
 npm start
 ```