Mercurial > hg-website
comparison templates/downloads/index.html @ 474:68ea82e8ff7c
downloads: add link to PPA for ubuntu/debian
author | heatherboo <heather.j.booker@gmail.com> |
---|---|
date | Sat, 25 Feb 2017 12:36:03 -0800 |
parents | 8a0dad3adbf7 |
children | 4b88b3c4fc80 |
comparison
equal
deleted
inserted
replaced
473:f8cee73d5cf0 | 474:68ea82e8ff7c |
---|---|
112 | 112 |
113 <p>Windows users are likely to enjoy the <a href="http://tortoisehg.org">TortoiseHg</a> | 113 <p>Windows users are likely to enjoy the <a href="http://tortoisehg.org">TortoiseHg</a> |
114 GUI the most. It integrates Mercurial directly into your explorer.</p> | 114 GUI the most. It integrates Mercurial directly into your explorer.</p> |
115 | 115 |
116 <p>Packages for common Linux, BSD and Solaris distributions can be | 116 <p>Packages for common Linux, BSD and Solaris distributions can be |
117 installed from the system specific repositories</p> | 117 installed from the system specific repositories:</p> |
118 <p>(Ubuntu: If you need a more recent version than what is available through apt-get, you can <a href="https://launchpad.net/~mercurial-ppa/+archive/ubuntu/releases">try the PPA</a>.) | |
119 </p> | |
118 <p> | 120 <p> |
119 <pre> | 121 <pre> |
120 # Debian/Ubuntu | 122 # Debian/Ubuntu |
121 $ apt-get install mercurial | 123 $ apt-get install mercurial |
122 | 124 |