Skip to content

Commit ceeea9d

Browse files
committed
tools/hg/install: [Linux (Debian-based)]
1 parent 117f08c commit ceeea9d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

tools/hg/install.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ This guide will focus on the command-line Mercurial client hg, but there are GUI
99
===== Linux (Debian-based) =====
1010

1111
$ sudo apt-get install mercurial
12+
13+
or
14+
15+
$ sudo add-apt-repository ppa:mercurial-ppa/releases
16+
17+
$ sudo apt-get update
18+
19+
$ sudo apt-get install mercurial
20+
21+
That way, you will install the latest stable version of Mercurial and such version will be updated on an automatic basis.
22+
23+
More info: [[https://launchpad.net/~mercurial-ppa/+archive/releases]Mercurial PPA Packagers: Releases]
24+
25+
[[https://launchpad.net/~mercurial-ppa/+archive/releases]]
1226

1327
===== Linux (Fedora-based) =====
1428
# yum install mercurial

0 commit comments

Comments
 (0)