README.md in rack-blogengine-1.0.6 vs README.md in rack-blogengine-1.0.7

- old
+ new

@@ -20,15 +20,25 @@ - ruby 2.1.1 ## Installation -This is a signed gem, so you have to add my public certificate. + $ gem install rack-blogengine +To install the signed gem you have to add my public certificate and install with proper security level: + $ gem cert –add <(curl -Ls https://raw.github.com/benny1992/rack-blogengine/master/certs/benny1992.pem) - $ gem install rack-blogengine + $ gem install rack-blogengine -P MediumSecurity +### NOTE + +Installing signed Gems is currently not working (rubygem version 2.2.2) + +<a href="https://github.com/rubygems/rubygems/issues/859">Issue</a> will be fixed in version 2.3 + + + ## Usage `rack-blogengine generate <folder>` will create your Folder skeleton ### Structure @@ -142,9 +152,12 @@ 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request + + +