]> Cypherpunks.ru repositories - gocheese.git/blob - INSTALL
Initial module support
[gocheese.git] / INSTALL
1 There are several installation possibilities:
2
3 * using go get (although there is no explicit authentication against my
4   public PGP key!):
5
6     $ go get go.cypherpunks.ru/gocheese
7
8   will install gocheese executable in GOPATH/bin/gocheese.
9
10 * using manual build:
11
12     $ git clone https://git.cypherpunks.ru/git/gocheese.git
13     or
14     $ git clone git://git.cypherpunks.ru/gocheese.git
15     $ cd gocheese
16     $ git tag -v v1.0.0
17     $ go build
18
19   will place gocheese executable in ./gocheese.
20
21 For the very first time it is necessary to get signing public key and
22 import it for verifying git's tag. Its fingerprint is:
23
24     CF60 E89A 5923 1E76 E263 6422 AE1A 8109 E498 57EF
25
26 You can locate it using:
27
28     $ gpg --auto-key-locate dane --locate-keys stargrave at stargrave dot org
29     $ gpg --auto-key-locate wkd --locate-keys stargrave at stargrave dot org
30     $ gpg --auto-key-locate wkd --locate-keys stargrave at gnupg dot net