インストール

Windowsにインストールします

http://tortoisehg.bitbucket.org/download/windows.htmlからTortoisehgの最新バージョンをダウンロードしてください。 インストーラーを実行し、ウィザードをフォローします。

ubuntuにインストールします

下のコマンドを実行します。

$ apt-get install mercurial

Fedoraへのインストール

Commandを実行してFedoraにインストールします。

$ dnf install mercurial

MacOSにインストールします

コマンドを実行して、MacOSにインストールします。

$ brew install mercurial

MacOSにインストールします

次のコマンドを実行して、FreeBSDにインストールします。


$ cd /usr/ports/devel/mercurial
$ make install
 日本