Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 375 Bytes

package.md

File metadata and controls

28 lines (20 loc) · 375 Bytes

Packageの使い方

GoDoc

hgをインストール

# Debian/Ubuntu
$ apt-get install mercurial

# Fedora
$ yum install mercurial

# Gentoo
$ emerge mercurial

# FreeBSD
$ cd /usr/ports/devel/mercurial
$ make install

# Solaris 11 Express
$ pkg install SUNWmercurial

go get

go get "code.google.com/p/go.crypto/ssh"