Skip to content

Commit

Permalink
Use the default read-only git url for the 'main' repo for a checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
edorian committed Mar 30, 2011
1 parent cf4cc85 commit 551f2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installation
Make sure you've installed all the requirements.

Get the source code from GIT:
git clone --recursive git@github.com:Username/phpdox.git
git clone --recursive git://github.com/theseer/phpdox.git

_Note: If you've forgot the --recursive argument, you'll not have the staticReflection submodule in lib/. So you might want to use:_
git submodule init
Expand Down

0 comments on commit 551f2aa

Please sign in to comment.