README.md in forj-0.0.30 vs README.md in forj-0.0.31

- old
+ new

@@ -2,10 +2,19 @@ ===================== Installation ===================== +For ruby 2.0 + Fedora/CentOS/Redhat/rpm like system : + sudo yum install ruby-dev build-essential libopenssl-ruby libssl-dev zlib1g-dev -y + sudo gem install forj + + Ubuntu/Debian/debian like system (not tested) + sudo apt-get install ruby-dev build-essential libopenssl-ruby1.9.1 libssl-dev zlib1g-dev -y + sudo gem install forj + For ruby 1.9 sudo apt-get install ruby-dev build-essential libopenssl-ruby1.9.1 libssl-dev zlib1g-dev -y sudo gem install forj @@ -57,6 +66,6 @@ to start hacking on Forj. Also join us in our community (https://www.forj.io/community/) to help grow and foster Forj for your development today! License ===================== -Forj Cli is licensed under the Apache License, Version 2.0. See LICENSE for full license text. \ No newline at end of file +Forj Cli is licensed under the Apache License, Version 2.0. See LICENSE for full license text.