Skip to content

Commit

Permalink
Reflect that flowsim now needs golang-1.13 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paaguti committed Oct 12, 2019
1 parent 88dffbe commit c846462
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ A UNIX or UNIX-like OS

### Go

Follow instructions at https://golang.org/doc/install
`flowsim` depends on `quic-go` , which now depends on golang-1.13. Follow instructions at https://golang.org/doc/install.

* *Note*: installing an official binary distribution is recommended

## Build and install

If you cloned this repository directly, i.e. not using `go get`
Clone this repository under `$HOME/go/src/github.com/paaguti` and then

```
go install
Expand Down Expand Up @@ -138,7 +140,7 @@ The TCP and QUIC client outputs results in JSON format:
The UDP sink also prints result in JSON format

```
{
{
"127.0.0.1:53025" : {
"Delay" : "5875.82 us",
"Jitter" : "382.58 us",
Expand Down

0 comments on commit c846462

Please sign in to comment.