diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-11 20:21:05 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-11 20:21:05 +0000 |
commit | 1d6128a6d3b4e5ef1a4c4bb7675234e00ab42335 (patch) | |
tree | 2b2b2056b6ed126aae700e82b012eb9e7a6846ee /web/include | |
parent | 4be2b327c33a4690c0ff15ed6310399ec5ffa1e2 (diff) | |
download | ioquake3-aero-1d6128a6d3b4e5ef1a4c4bb7675234e00ab42335.tar.gz ioquake3-aero-1d6128a6d3b4e5ef1a4c4bb7675234e00ab42335.zip |
Link to cygwin and get rid of the parenthesis.
git-svn-id: svn://svn.icculus.org/quake3/trunk@333 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include')
-rw-r--r-- | web/include/get.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/include/get.php b/web/include/get.php index a69e906..fc41583 100644 --- a/web/include/get.php +++ b/web/include/get.php @@ -21,8 +21,9 @@ done all of the work for you.</p> </ul> <h2>Check out and build from Subversion</h2> -<p>( This part assumes Windows users are using Cygwin. If you aren't, -<a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> is a good client. )</p> +<p><em>This part assumes Windows users are using <a href="http://www.cygwin.com">Cygwin</a>. +If you aren't, <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> is a good +client.</em></p> <ol> <li>Change into a directory that you want the tree to be kept in.</li> <li>Check out the source tree:<br /> |