tylertreat / comcast

Simulating shitty network connections so you can build better systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation instructions not working?

danwashusen opened this issue · comments

OK, so I'm a total go n00b but the installation instructions don't seem to work...

$ brew install go
...
$ export GOPATH=~/.gocode
$ go get github.com/tylertreat/comcast
$ comcast --device=en0 --latency=250 --bandwidth=1000 --packet-loss=0.1
-bash: comcast: command not found

edit: brew installs go version go1.3.3 darwin/amd64

Add ~/.gocode/bin to your PATH:

export PATH=~/.gocode/bin:$PATH