README.md updated.

This commit is contained in:
Alexey Skobkin 2016-03-25 18:09:41 +03:00
parent 0e13e07f72
commit 3cc249e2c6
1 changed files with 2 additions and 2 deletions

View File

@ -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
```