From 3cc249e2c6f94a57da5ab2606b28057fa63bb2be Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Fri, 25 Mar 2016 18:09:41 +0300 Subject: [PATCH] README.md updated. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```