Skip to content

Commit

Permalink
Advertize 0.6.0 in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Jan 27, 2016
1 parent a56b690 commit b78e22e
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 @@ -28,15 +28,15 @@ brew install jump
### Debian

```bash
wget https://github.com/gsamokovarov/jump/releases/download/v0.5.1/jump_0.5.1_amd64.deb
sudo dpkg -i jump_0.5.1_amd64.deb
wget https://github.com/gsamokovarov/jump/releases/download/v0.6.0/jump_0.6.0_amd64.deb
sudo dpkg -i jump_0.6.0_amd64.deb
```

### Red Hat

```bash
wget https://github.com/gsamokovarov/jump/releases/download/v0.5.1/jump-0.5.1-1.x86_64.rpm
sudo rpm -i jump-0.5.1-1.x86_64.rpm
wget https://github.com/gsamokovarov/jump/releases/download/v0.6.0/jump-0.6.0-1.x86_64.rpm
sudo rpm -i jump-0.6.0-1.x86_64.rpm
```

### Source
Expand Down

0 comments on commit b78e22e

Please sign in to comment.