From de33874b84bdb7456bd5ab137a26d57295797aa8 Mon Sep 17 00:00:00 2001 From: Ali Najafizadeh Date: Mon, 4 Nov 2024 21:31:47 -0500 Subject: [PATCH] Update the README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index aedfe8e..8b315f1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,18 @@ To install `bus`, use: go get ella.to/bus@v0.3.0 ``` +to install a cli, run the following + +```shell +go install ella.to/bus/cmd/bus@v0.3.0 +``` + +and to run the server using docker, simply use the provided docker-compose and run it + +``` +docker-compose up +``` + ## Basic Example At its core, bus is a pub/sub library, enabling asynchronous communication between publishers and subscribers. Here’s how to publish an event after creating a client