Skip to content

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemalamidis-lh authored Apr 6, 2022
1 parent f71680f commit ef43eab
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,31 @@ Ripley replays HTTP traffic at multiples of the original rate. While similar too

## Install

### Pre-built
```bash
# go >= 1.17
# Using `go get` to install binaries is deprecated.
# The version suffix is mandatory.
go install github.com/loveholidays/ripley@latest

# go < 1.17
go get github.com/loveholidays/ripley
```

### Homebrew

#### MasOS
```bash
brew install loveholidays/tap/ripley
```
#### Docker

### Docker
```bash
docker pull loveholidays/ripley
```
#### Linux

### Linux
Grab the latest OS/Arch compatible binary from our [Releases](https://github.com/loveholidays/ripley/releases) page.


### From source

```bash
git clone git@github.com:loveholidays/ripley.git
cd ripley
Expand Down

0 comments on commit ef43eab

Please sign in to comment.