diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-13 02:18:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-13 02:18:43 +0200 |
commit | 318a8e5ed557ed04712edc2a59275c92ce7e85e6 (patch) | |
tree | 1a23b620a75b991ef2d04cbc03a7ad9d31ec0ff1 /docs | |
parent | 845142e106f00428d9325c6a741488d1f5748e78 (diff) | |
download | busybox-w32-318a8e5ed557ed04712edc2a59275c92ce7e85e6.tar.gz busybox-w32-318a8e5ed557ed04712edc2a59275c92ce7e85e6.tar.bz2 busybox-w32-318a8e5ed557ed04712edc2a59275c92ce7e85e6.zip |
TODO: add some
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/developer.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/busybox.net/developer.html b/docs/busybox.net/developer.html index 18e42cd2b..ce50555ae 100644 --- a/docs/busybox.net/developer.html +++ b/docs/busybox.net/developer.html | |||
@@ -31,8 +31,8 @@ committing changes to GIT, and attach a public ssh key to access your account | |||
31 | with.</p> | 31 | with.</p> |
32 | 32 | ||
33 | <p>If you don't currently have an ssh version 2 DSA key at least 4096 bits | 33 | <p>If you don't currently have an ssh version 2 DSA key at least 4096 bits |
34 | long, you can generate a key using the command | 34 | long, you can generate a key using the command |
35 | <b>ssh-keygen -b 4096 -t dsa</b> | 35 | <b>ssh-keygen -b 4096 -t dsa</b> |
36 | and hitting enter at the prompts. | 36 | and hitting enter at the prompts. |
37 | This will create the files <b>~/.ssh/id_dsa</b> and <b>~/.ssh/id_dsa.pub</b> | 37 | This will create the files <b>~/.ssh/id_dsa</b> and <b>~/.ssh/id_dsa.pub</b> |
38 | You must then send the content of 'id_dsa.pub' to me so I can set up your | 38 | You must then send the content of 'id_dsa.pub' to me so I can set up your |
@@ -75,8 +75,8 @@ git help | |||
75 | <a href="http://www.kernel.org/pub/software/scm/git/">GIT</a>, please visit the | 75 | <a href="http://www.kernel.org/pub/software/scm/git/">GIT</a>, please visit the |
76 | <a href="http://git.or.cz/">GIT overview</a> site. | 76 | <a href="http://git.or.cz/">GIT overview</a> site. |
77 | You might also want to read online the <a | 77 | You might also want to read online the <a |
78 | href="http://www.kernel.org/pub/software/scm/git/docs">manpages</a> | 78 | href="http://www.kernel.org/pub/software/scm/git/docs">manpages</a> |
79 | or | 79 | or |
80 | <a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">tutorial</a>. | 80 | <a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">tutorial</a>. |
81 | </p> | 81 | </p> |
82 | 82 | ||