From c5b79d7068353153b113d36cef6042b8af259898 Mon Sep 17 00:00:00 2001 From: Luke Woodward Date: Fri, 14 Nov 2014 16:23:46 -0600 Subject: [PATCH] Fix ssh URL in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0129b76..43b8527 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ cd /var/www/deploy ``` * clone this repo ```bash -git clone git@github.com:lkwdwrd/git-deploy.git . +git clone https://github.com/lkwdwrd/git-deploy.git . ``` * setup apache/nginx/other web-server site (ex. deploy.some.site) to /var/www/deploy