README.adoc in hyla-1.0 vs README.adoc in hyla-1.0.1

- old
+ new

@@ -17,15 +17,23 @@ $ bundle **Or** install it yourself as: - $ gem install hyla + $ gem install hyla -v 1.0.1 == For Developer's only + Clone Git project locally, move to Hyla directory and execute the following commands gem build hyla.gemspec - sudo gem install hyla-1.0.gem + sudo gem install hyla-1.0.x.gem + +== To publish Hyla to Gem Repo + + gem build hyla.gemspec + gem install hyla-1.0.x.gem + gem yank hyla -v 1.0.x + gem push hyla-1.0.x.gem == Usage Open a terminal and move to the folder where you would like to create a new project or develop an existing. As Hyla is command line tool, it will be used with one of the following commands :