diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-06-18 01:10:05 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-06-18 01:10:05 (GMT) |
| commit | 738622e11ad8766d9a428220a38071c88821dab7 (patch) | |
| tree | 06fd420974d5842f7336c7be49852ebc68a4a15f | |
| parent | 8d6d414b2643efea7deef21acd687bd94ae37271 (diff) | |
| download | busybox-website-738622e11ad8766d9a428220a38071c88821dab7.tar.gz busybox-website-738622e11ad8766d9a428220a38071c88821dab7.tar.bz2 | |
add "git clone" over http example
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | source.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source.html b/source.html index 18f8359..4546251 100644 --- a/source.html +++ b/source.html @@ -17,6 +17,10 @@ BusyBox repository using anonymous git access: <pre> git clone git://busybox.net/busybox.git </pre> +or +<pre> +git clone http://git.busybox.net/busybox/ +</pre> <p> Once you have the repository, <em>stable branches</em> can be checked out by doing: @@ -47,4 +51,3 @@ them to the BusyBox mailing list. For those that are actively contributing <a href="developer.html">Git commit access</a> can be made available. <!--#include file="footer.html" --> - |
