Skip to content

Commit

Permalink
Revert "readme: add recommending 2.0.0 until issue is fixed"
Browse files Browse the repository at this point in the history
  • Loading branch information
jpittis committed Mar 19, 2017
1 parent 0b197ae commit db21708
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

![](http://i.imgur.com/sOaNw0o.png)

**NOTE**: Until https://github.com/Shopify/toxiproxy/issues/159 is fixed in
`2.1.1` we recommend using the `2.0.0` release.

Toxiproxy is a framework for simulating network conditions. It's made
specifically to work in testing, CI and development environments, supporting
deterministic tampering with connections, but with support for randomized chaos
Expand Down Expand Up @@ -201,9 +198,6 @@ binaries and system packages for your architecture.

**Ubuntu**

**NOTE**: Until https://github.com/Shopify/toxiproxy/issues/159 is fixed in
`2.1.1` we recommend using the `2.0.0` release.

```bash
$ wget -O toxiproxy-2.1.0.deb https://github.com/Shopify/toxiproxy/releases/download/v2.1.0/toxiproxy_2.1.0_amd64.deb
$ sudo dpkg -i toxiproxy-2.1.0.deb
Expand All @@ -212,26 +206,17 @@ $ sudo service toxiproxy start

**OS X**

**NOTE**: Until https://github.com/Shopify/toxiproxy/issues/159 is fixed in
`2.1.1` we recommend using the `2.0.0` release.

```bash
$ brew tap shopify/shopify
$ brew install toxiproxy
```

**Windows**

**NOTE**: Until https://github.com/Shopify/toxiproxy/issues/159 is fixed in
`2.1.1` we recommend using the `2.0.0` release.

Toxiproxy for Windows is available for download at https://github.com/Shopify/toxiproxy/releases/download/v2.1.0/toxiproxy-server-windows-amd64.exe

**Docker**

**NOTE**: Until https://github.com/Shopify/toxiproxy/issues/159 is fixed in
`2.1.1` we recommend using the `2.0.0` release.

Toxiproxy is available on [Docker Hub](https://hub.docker.com/r/shopify/toxiproxy/).

```bash
Expand Down

0 comments on commit db21708

Please sign in to comment.