pages/INSTALL.md in nvd_feed_api-0.3.0 vs pages/INSTALL.md in nvd_feed_api-0.3.1

- old
+ new

@@ -8,19 +8,12 @@ $ gem install nvd_feed_api ``` ## Development -It's better to use [RVM](https://rvm.io/) to have latests version of ruby and to avoid trashing your system ruby. +It's better to use [rbenv](https://github.com/rbenv/rbenv) to have latests version of ruby and to avoid trashing your system ruby. -To keep clean gem dependencies create a gemset with rvm: - -``` -$ rvm gemset create nvd_feed_api -$ rvm gemset use nvd_feed_api -``` - ### Install from rubygems.org ``` $ gem install --development nvd_feed_api ``` @@ -51,10 +44,10 @@ Note: if an automatic install is needed you can get the version with `$ gem build nvd_feed_api.gemspec | grep Version | cut -d' ' -f4`. ### Run the API in irb without installing the gem -Usefull when you want to try your changes without building the gem and re-installing it each time. +Useful when you want to try your changes without building the gem and re-installing it each time. ``` $ git clone https://gitlab.com/noraj/nvd_api.git nvd_feed_api $ cd nvd_feed_api $ gem install bundle