Update docs to remove go install instructions

This commit is contained in:
Łukasz Mierzwa
2017-08-08 16:30:25 -07:00
parent 971d48f3d7
commit fe29b4b28b

View File

@@ -45,17 +45,6 @@ used.
## Building and running
### Installing using the go command
unsee is go installable, so the easiest way is to run:
go install github.com/cloudflare/unsee
The `unsee` binary will be installed into `$GOPATH/bin` directory.
Note that this will build the latest master version which might not work with
your Alertmanager version. See
[supported Alertmanager versions](#supported-alertmanager-versions).
### Building from source
To clone git repo and build the binary yourself run:
@@ -67,6 +56,10 @@ To finally compile `unsee` the binary run:
make
Note that building locally from sources requires Go, nodejs and npm.
See Docker build options below for instructions on building from withing docker
container.
## Running
`unsee` is configured via environment variables or command line flags.