Skip to content

Commit

Permalink
There's no need to clone recursive while using Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
drdev committed Jul 7, 2012
1 parent 18c8e22 commit c2518b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</para>

<programlisting language="php"><![CDATA[
prompt> git clone --recursive git://github.com/zendframework/ZendSkeletonApplication.git my-application
prompt> git clone git://github.com/zendframework/ZendSkeletonApplication.git my-application
]]></programlisting>

<para>
Expand Down

0 comments on commit c2518b8

Please sign in to comment.