Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
alinz committed Nov 5, 2024
1 parent 85d2972 commit de33874
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de33874

Please sign in to comment.