that will insert a space where I don't want one
[www.git] / projects / index.shtml
index bdfdcf7259aa670e554ce940e20693fd19a4934f..f7ea210b649930d4242161d020dc27484df1cca4 100644 (file)
 
 <p>
 I have <a href="http://git.steven-mcdonald.id.au/">Gitweb</a> set up to
-track various projects I'm working on in git. I will soon be installing
-git-daemon to complement this.
+track various projects I'm working on in git. You can also access my git
+repositories directly using the URL
+<tt>git://git.steven-mcdonald.id.au/$REPO_NAME.git</tt>, where you can
+find possible values of REPO_NAME from Gitweb.
 </p>
 
 <p>
@@ -29,7 +31,7 @@ into Debian itself, not to provide yet another third-party repo.
 
 <p>
 That said, if you want to test packages I've uploaded here, add something
-like this to /etc/apt/sources.list:
+like this to <tt>/etc/apt/sources.list</tt>:
 </p>
 
 <code>
@@ -45,7 +47,7 @@ href="http://www.steven-mcdonald.id.au/pgp_public_key.asc">my OpenPGP key
 </p>
 
 <code>
-$ wget -qO/dev/stdout http://www.steven-mcdonald.id.au/pgp_public_key.asc
+$ wget -qO- http://www.steven-mcdonald.id.au/pgp_public_key.asc
 | sudo apt-key add -
 </code>