diff options
Diffstat (limited to 'docs/busybox.net/developer.html')
-rw-r--r-- | docs/busybox.net/developer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/busybox.net/developer.html b/docs/busybox.net/developer.html index 215633c97..b434262ee 100644 --- a/docs/busybox.net/developer.html +++ b/docs/busybox.net/developer.html | |||
@@ -26,16 +26,16 @@ private, you can encrypt your email using my | |||
26 | <p> | 26 | <p> |
27 | 27 | ||
28 | Once you are setup with an account, you will need to use your account to | 28 | Once you are setup with an account, you will need to use your account to |
29 | checkout a copy of uClibc from Subversion: | 29 | checkout a copy of BusyBox from Subversion: |
30 | 30 | ||
31 | <pre> | 31 | <pre> |
32 | svn list svn+ssh://username@svn.uclibc.org//svn/trunk/uClibc</pre> | 32 | svn list svn+ssh://username@svn.uclibc.org//svn/trunk/busybox</pre> |
33 | <br> | 33 | <br> |
34 | It goes without saying you must change <em>username</em> to your own | 34 | It goes without saying you must change <em>username</em> to your own |
35 | username... | 35 | username... |
36 | <p> | 36 | <p> |
37 | 37 | ||
38 | You can then enter the newly checked out uClibc directory, make changes, check | 38 | You can then enter the newly checked out BusyBox directory, make changes, check |
39 | your changes, diff your changes, revert your changes, and and commit your | 39 | your changes, diff your changes, revert your changes, and and commit your |
40 | changes usine commands such as: | 40 | changes usine commands such as: |
41 | 41 | ||