Skip to content

Commit

Permalink
Problem: README out of date
Browse files Browse the repository at this point in the history
  • Loading branch information
taotetek committed Dec 23, 2016
1 parent 743c32b commit 10db2cc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# goczmq [![Build Status](https://travis-ci.org/zeromq/goczmq.svg?branch=master)](https://travis-ci.org/zeromq/goczmq) [![Doc Status](https://godoc.org/github.com/zeromq/goczmq?status.png)](https://godoc.org/github.com/zeromq/goczmq)

## Introduction
A golang interface to the [CZMQ v3](http://czmq.zeromq.org) API.
A golang interface to the [CZMQ v4.2](http://czmq.zeromq.org) API.

## Install
### Dependencies
* [libsodium](https://github.com/jedisct1/libsodium)
* [libzmq](https://github.com/zeromq/libzmq)
* [czmq](https://github.com/zeromq/czmq)

### For CMZQ >= 4.0
### For CZMQ => 4.2
Note: under heavy development.
```
go get github.com/zeromq/goczmq
```

### For CMZQ = 4.0
```
go get gopkg.in/zeromq/goczmq.v4
```
Expand Down

0 comments on commit 10db2cc

Please sign in to comment.