Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3eaee82

Browse files
new installation in readme
1 parent d75c953 commit 3eaee82

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,25 @@ Distributed WebSocket and HTTP Load Testing Framework in Go
44
### Highly Concurrent Load Testing Framework
55

66
## Setup
7-
Add repo to gopath
7+
Properly setup $GOPATH
8+
9+
## Fetch Dependencies
810

911
```
10-
GOPATH=$GOPATH:$PWD
1112
go get github.com/gorilla/websocket
1213
go get github.com/wcharczuk/go-chart
1314
```
1415

16+
## Fetch Carrot
17+
18+
```
19+
go get -v github.com/interviewstreet/carrot
20+
```
21+
1522
## Running
23+
24+
Go to $GOPATH/go/src/github.com/interviewstreet/carrot and run
25+
1626
```
1727
go run cmd/main.go
1828
```

0 commit comments

Comments
 (0)