Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oimyounis authored Jun 11, 2021
1 parent 55d0a57 commit 2a01a8e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ GOTT is a MQTT Broker written in pure Go. Aims to be a high-performance, easy-to
## Quick Start
1. Install dependencies:
```shell script
$ go get -u github.com/google/uuid
$ go get -u github.com/dgraph-io/badger
$ go get -u github.com/json-iterator/go
$ go get -u go.uber.org/zap
$ go get -u gopkg.in/natefinch/lumberjack.v2
$ go get -u gopkg.in/yaml.v2
$ go get github.com/google/uuid
$ go get github.com/dgraph-io/badger
$ go get github.com/json-iterator/go
$ go get go.uber.org/zap
$ go get gopkg.in/natefinch/lumberjack.v2
$ go get gopkg.in/yaml.v2
$ go get github.com/gorilla/websocket
```
2. Clone/download this repo.
3. Run `cd main` inside the project's directory.
Expand Down

0 comments on commit 2a01a8e

Please sign in to comment.