Skip to content

Commit 1d69604

Browse files
committed
minor changes in README on GOPATH, add godoc badge
1 parent 7c66bf9 commit 1d69604

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
### Webseclab [![Build Status](https://travis-ci.org/yahoo/webseclab.svg?branch=master)](https://travis-ci.org/yahoo/webseclab)
1+
### Webseclab
2+
3+
[![Build Status](https://travis-ci.org/yahoo/webseclab.svg?branch=master)](https://travis-ci.org/yahoo/webseclab) [![GoDoc](https://godoc.org/github.com/yahoo/webseclab?status.svg)](https://godoc.org/github.com/yahoo/webseclab)
24

35
Webseclab contains a sample set of web security test cases and a toolkit to construct new ones. It can be used for testing security scanners, to replicate or reconstruct issues, or to help with investigations or discussions of particular types of web security bugs.
46

57
### Install
68

79
If you don't have Go installed yet, grab the latest stable version from https://golang.org/dl/ and install following instructions on https://golang.org/doc/install.
810

9-
Set GOPATH environment variable as described in [http://golang.org/doc/code.html#GOPATH](http://golang.org/doc/code.html#GOPATH) - for example `export GOPATH=$HOME/bin`. (You may wish to add $GOPATH/bin to your PATH.) Then run:
11+
Set GOPATH environment variable as described in [http://golang.org/doc/code.html#GOPATH](http://golang.org/doc/code.html#GOPATH) - for example `export GOPATH=$HOME/go`. (You may wish to add $GOPATH/go/bin to your PATH.) Then run:
1012

1113
$ go get github.com/yahoo/webseclab/...
1214

0 commit comments

Comments
 (0)