Skip to content

Commit

Permalink
fix README for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
klauern committed Sep 17, 2015
1 parent a817576 commit 4daa96a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ to `connect(url="t3://server:7001", username="weblogic", password="welcome1")`,

# Installation

## Releases

The latest version I put out there is `v0.2.1`, and that can be found on the releases page: [v0.2.1 release](https://github.com/klauern/remy/releases/tag/v0.2.1)

## From Source

For the die-hard coder in you:

```sh
go get github.com/klauern/remy
go get -u github.com/klauern/remy
```

# Usage
Expand Down

0 comments on commit 4daa96a

Please sign in to comment.