diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-28 13:13:04 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-28 13:13:04 +0100 |
commit | a6bdfa2158dc04e206b35b97f7bbb2b38c1899b8 (patch) | |
tree | 6897e8480277f846fe4b6ae437ee4fa4ad6e353b | |
parent | 5e0f29be4b8a7fdfc27ddf0e204f75403487f6ea (diff) |
Drop redundant duplicate suggestion
-rw-r--r-- | doc/INSTALL.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index ccb64c202..1719c275a 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -471,8 +471,4 @@ various other things that can be automated for deployment. deployments), you may need to do something like: ln -s /usr/lib/ruby/gems/1.8/bin/rake /usr/local/bin/ - - Or (Debian): - - ln -s /usr/lib/ruby/gems/1.8/bin/rake /usr/local/bin/ |