Update git instructions to use more modern command line structure
This commit is contained in:
parent
50ceddcfd6
commit
ad1f0291f8
1 changed files with 3 additions and 4 deletions
|
@ -22,9 +22,8 @@ the rest of the Linux kernel tree (which is also using GIT).
|
|||
|
||||
<p>Using HTTP (if git protocol is firewalled): http://w1.fi/hostap.git</p>
|
||||
|
||||
<p>(e.g., to get a clone of the repository you can use cogito with
|
||||
"<code>cg-clone git://w1.fi/srv/git/hostap.git</code>" or directly with git:
|
||||
"<code>git-clone git://w1.fi/srv/git/hostap.git</code>").</p>
|
||||
<p>(e.g., to get a clone of the repository you can use git with
|
||||
"<code>git clone git://w1.fi/srv/git/hostap.git</code>").</p>
|
||||
|
||||
<p>WWW interface (gitweb) to the repository:
|
||||
<a href="/gitweb/gitweb.cgi">http://w1.fi/gitweb/gitweb.cgi</a></p>
|
||||
|
@ -64,7 +63,7 @@ be used.
|
|||
<address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
|
||||
<!-- Created: Mon May 27 20:08:41 EEST 2002 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Thu Mar 8 19:43:36 PST 2007
|
||||
Last modified: Sat Dec 12 16:43:03 EET 2009
|
||||
<!-- hhmts end -->
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue