From 4b34cf90f7dece43c0451879cc80c30d7608cd2b Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Sun, 12 May 2013 13:42:14 +0200 Subject: [PATCH] Amended Arch Linux install instructions. See issue #183. --- README | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 3741f5e1..aa113cfc 100644 --- a/README +++ b/README @@ -59,8 +59,8 @@ ryandewhurst at gmail -> Installing on Archlinux: - pacman -Sy ruby - pacman -Sy libyaml + pacman -Syu ruby + pacman -Syu libyaml git clone https://github.com/wpscanteam/wpscan.git cd wpscan diff --git a/README.md b/README.md index cc53af5f..f84ac256 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ Prerequisites: *Installing on Archlinux:* -```pacman -Sy ruby``` +```pacman -Syu ruby``` -```pacman -Sy libyaml``` +```pacman -Syu libyaml``` ```git clone https://github.com/wpscanteam/wpscan.git```