diff options
author | Teddy Wing | 2017-05-01 03:08:24 +0200 |
---|---|---|
committer | Teddy Wing | 2017-05-01 03:08:24 +0200 |
commit | eeb8a50f76e1dcebb10814acd916b6dcd3f727c3 (patch) | |
tree | 2ff2a7b4e42673184e87deba5df692961b1d3e1d | |
parent | c8fbdffdcb476d6f9e28fb2c333de22241618f3f (diff) | |
download | dbshell-rails-eeb8a50f76e1dcebb10814acd916b6dcd3f727c3.tar.bz2 |
README: Remove installation instructions using the `gem` command
The Rake task can't be found if the gem isn't included in the Gemfile.
Remove the instructions for installing with the `gem` command because it
isn't going to work using that installation method.
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -41,10 +41,6 @@ And then execute: $ bundle -Or install it yourself with: - - $ gem install dbshell-rails - ## License Licensed under the MIT License. See the included LICENSE.txt file. |