aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-05-01 03:08:24 +0200
committerTeddy Wing2017-05-01 03:08:24 +0200
commiteeb8a50f76e1dcebb10814acd916b6dcd3f727c3 (patch)
tree2ff2a7b4e42673184e87deba5df692961b1d3e1d
parentc8fbdffdcb476d6f9e28fb2c333de22241618f3f (diff)
downloaddbshell-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.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index c9bd2f9..7b0c0f9 100644
--- a/README.md
+++ b/README.md
@@ -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.