From d7755b089e27281d0c6600af7102b35bdfa984d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20Burc=C4=83?= Date: Sat, 12 Nov 2011 03:02:12 +0200 Subject: [PATCH] need to use read-only git url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4729247cf..22b0afbfe2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Once you've installed PEAR, install Codesniffer: Then install Wordpress standards - git clone git@github.com:mrchrisadams/Wordpress-Coding-Standards.git $(pear config-get php_dir)/PHP/CodeSniffer/Standards/Wordpress + git clone git://github.com/mrchrisadams/Wordpress-Coding-Standards.git $(pear config-get php_dir)/PHP/CodeSniffer/Standards/Wordpress Normally when working with PEAR, we'd use the pear install command, but github automatically names the files, in a way that think will confuse the pear install command, so we're falling back to git instead.