Update README.md

This commit is contained in:
Four 2018-10-09 00:24:56 +08:00 committed by GitHub
parent 7201c2a7e6
commit 599c18421d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ All is ok
```
### RUN
``` bash
$ go get -v github.com/40t/go-sniffer
$ cd $(go env GOPATH)/src/github.com/40t/go-sniffer
$ go run main.go
$ go get -v -u github.com/40t/go-sniffer
$ cp -rf $(go env GOPATH)/bin/go-sniffer /usr/local/bin
$ go-sniffer
```
## Usage:
``` bash