From 66981748439fe4ebdc8dbd1b586a9546db9f7637 Mon Sep 17 00:00:00 2001 From: Jeremy Plichta Date: Wed, 8 Jan 2025 14:56:56 -0700 Subject: [PATCH] update readme to use gradlew instead --- samples/bluesky-sentiment-analysis/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/bluesky-sentiment-analysis/README.md b/samples/bluesky-sentiment-analysis/README.md index 2ad27e6..295f372 100644 --- a/samples/bluesky-sentiment-analysis/README.md +++ b/samples/bluesky-sentiment-analysis/README.md @@ -16,7 +16,7 @@ in the frontend with Grafana. You can run the demo locally using docker by running: ``` -./mvnw clean package +./gradlew build docker compose build docker compose up ``` @@ -35,4 +35,4 @@ If you'd like to try running with more consumers remotely, there are terraform s terraform init terraform plan -var-file='.tfvars' terraform apply -var-file='.tfvars' --auto-approve -``` \ No newline at end of file +```