Skip to content

Commit

Permalink
Fix ssh URL in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lkwdwrd committed Nov 14, 2014
1 parent 7447a48 commit c5b79d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c5b79d7

Please sign in to comment.