Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yudhasubki committed Jan 31, 2024
1 parent b1174e4 commit 6f7f3b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ While Kafka, Redis, or SQS is an excellent product, it is quite complex and requ
You can read it on our wiki page at: https://github.com/yudhasubki/blockqueue/wiki/Welcome-to-BlockQueue

### Running on Go
```bash
go get -u github.com/yudhasubki/blockqueue
```

```go
// github.com/yudhasubki/blockqueue/pkg/sqlite or you can define your own
sqlite, err := sqlite.New(cfg.SQLite.DatabaseName, sqlite.Config{
Expand Down

0 comments on commit 6f7f3b4

Please sign in to comment.