|
ArachniThis site is no longer maintained and kept for archiving purposes. |
|
Comments:
|
if you get the following error: ./ruby.cde: 2: ../cde-exec: not found You will need to install ruby version 1.9.2. wget http://rvm.beginrescueend.com/releases/rvm-install-head Then add following line below to ~/.bashrc; [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session. close terminal and then open new terminal. rvm install 1.9.2 To install arachni: gem install arachni by marc at 2011-05-20 11:31:37 |