Skip to content

Commit

Permalink
Add warning for ver3. Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
aviks committed Jan 17, 2013
1 parent be7f795 commit f71dceb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

**ZMQ.jl** is a [Julia] (http://julialang.org) interface to [ZeroMQ, The Intelligent Transport Layer] (http://zeromq.org).

This codebase has been tested to work with ZeroMQ version 2.
Support for version 3 of ZeroMQ is stil incomplete, and is in progress.

## Installation
```julia
load("pkg")
Pkg.init() #If not run earlier

Pkg.add("ZMQ")
```

Install the ZeroMQ libraries for your OS using your favourite package manager for your OS.
Install the ZeroMQ libraries for your OS using your favourite package manager.

## Usage

Expand Down

0 comments on commit f71dceb

Please sign in to comment.