Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
raomuyang committed Aug 15, 2018
1 parent ca6fcdf commit e309ecf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,24 @@ from channel to channel, a process by a handler and send to next handler (via ch
The whole experience of a message includes encoding, decode, store, enqueue and wait to
send, etc.

![message process](https://raw.githubusercontent.com/raomuyang/sikong-mq/master/message-process.png)
![message process](https://raw.githubusercontent.com/raomuyang/sikong-mq/master/doc/message-process.png)

## Installation

* go get
```shell
go get -u -v github.com/raomuyang/sikong-mq
```

* compile

```shell
cd {project} && make compile
```

* download

download compiled binary executable file from release

## Availability

Expand Down
File renamed without changes

0 comments on commit e309ecf

Please # to comment.