README.md in jgd-1.9 vs README.md in jgd-1.10

- old
+ new

@@ -99,5 +99,13 @@ script: - jgd -u git@github.com:yegor256/blog.git ``` Read also [this article](http://www.yegor256.com/2014/06/24/jekyll-github-deploy.html). + +# Building locally +In order to build a package locally run below commands. + +```bash +gem build jgd.gemspec +gem install jgd-<version>.gem +``` \ No newline at end of file