From f79d42c83894adf41f6c26ecea9eaf3a0a2b5973 Mon Sep 17 00:00:00 2001 From: Jonathan Claudius Date: Thu, 8 Jun 2017 13:45:09 -0400 Subject: [PATCH] Remove RVM specifics, ruby your way --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index f86f8b3e..3b98ccba 100644 --- a/README.md +++ b/README.md @@ -38,17 +38,6 @@ To install and run from source, type: git clone https://github.com/mozilla/ssh_scan.git cd ssh_scan -# install rvm, -# you might have to provide root to install missing packages -gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 -curl -sSL https://get.rvm.io | bash -s stable - -# install Ruby 2.3.1 with rvm, -# again, you might have to install missing devel packages -rvm install 2.3.1 -rvm use 2.3.1 - -# resolve dependencies gem install bundler bundle install