Skip to content

Commit

Permalink
Remove the sudo command
Browse files Browse the repository at this point in the history
Co-authored-by: Thisaru Guruge <[email protected]>
  • Loading branch information
Nuvindu and ThisaruGuruge authored Apr 10, 2024
1 parent 0d36727 commit ac79881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Follow these steps to run the examples.
Execute the following docker command to start the Kafka server.

```bash
sudo docker-compose -f docker-compose.yaml up -d
docker-compose -f docker-compose.yaml up -d
```

## Step 02: Start the Kafka Producer
Expand Down

0 comments on commit ac79881

Please sign in to comment.