Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/bluesky-sentiment-analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```
```