From 8c9eddf01c7006fbacdd0be2f811b2a0df5bbc92 Mon Sep 17 00:00:00 2001 From: David Morris Date: Mon, 25 Nov 2024 14:40:05 +0000 Subject: [PATCH] docs: minor doc changes --- end-to-end-applications/kotlin/food-ordering/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/end-to-end-applications/kotlin/food-ordering/README.md b/end-to-end-applications/kotlin/food-ordering/README.md index 12368151..c946e4c2 100644 --- a/end-to-end-applications/kotlin/food-ordering/README.md +++ b/end-to-end-applications/kotlin/food-ordering/README.md @@ -18,7 +18,7 @@ It also interacts with the delivery services to get the order delivered to the c - Via git clone: ```shell git clone git@github.com:restatedev/examples.git - cd examples/kotlin/food-ordering + cd examples/end-to-end-applications/kotlin/food-ordering ``` - Via `wget`: @@ -32,7 +32,7 @@ Build the docker containers: ```shell cd app -./gradlew clean build jibDockerBuild +./gradlew build jibDockerBuild ``` Launch the Docker compose setup: