README.md in egov_utils-0.1.6 vs README.md in egov_utils-0.1.7

- old
+ new

@@ -3,14 +3,19 @@ ## Usage How to use my plugin. ## Installation -Add this line to your application's Gemfile: +Add this lines to your application's Gemfile: ```ruby gem 'egov_utils' + +source 'https://rails-assets.org' do + gem 'rails-assets-tether', '>= 1.3.3' +end ``` +Because it is not possible to add a tether as a dependency (as long as it is from other source), you need to add it to your own Gemfile. And then execute: ```bash $ bundle ```