diff --git a/README.md b/README.md index f08285e..9b02fa5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ go get github.com/shaoshing/train Install the command-line tool: ```bash -$ go build -o $GOPATH/bin/train github.com/shaoshing/train/cmd +$ go install github.com/shaoshing/train/train ``` Install [node-sass](https://github.com/sass/node-sass), [CoffeeCcript](http://coffeescript.org/) diff --git a/cmd/cmd.go b/train/cmd.go similarity index 100% rename from cmd/cmd.go rename to train/cmd.go