diff --git a/README.md b/README.md index 1bf941f..4d20f8d 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Point Tools Crawler was written for dumping Point.im posts to Point Tools servic You need Go 1.6+ installed to build this project. ```bash -git clone https://skobkin@bitbucket.org/skobkin/point-tools-crawler.git -cd point-tools-crawler +go get bitbucket.org/skobkin/point-tools-crawler +cd $GOPATH/bitbucket.org/skobkin/point-tools-crawler go build ```