add snap info

Former-commit-id: ba211bef5e275a3b0f801610f99941c5f78cabcb [formerly ba211bef5e275a3b0f801610f99941c5f78cabcb [formerly 45281ea572b56def1f7d47b0ae60b510c423b3ca [formerly df4c2d016aeb69605c3172f199abfdf9902e3111]]]
Former-commit-id: 7d50170f8ff3c3900086ec77a0bb44d0a859ae11
Former-commit-id: f5be865fc9d9336ced29d803add87ea0ac816667 [formerly f26f047a50c7d657cf42ec7db15195378331e977]
Former-commit-id: c0ef3ccc55be5f89b03759d5863590012916f4dd
pull/15/head
Miguel Mota 6 years ago
parent c4f095a786
commit 222d4c6804

8
Gopkg.lock generated

@ -1,6 +1,12 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
name = "github.com/BurntSushi/toml"
packages = ["."]
revision = "b26d9c308763d68093482582cea63d69be07a0f0"
version = "v0.3.0"
[[projects]]
name = "github.com/anaskhan96/soup"
packages = ["."]
@ -97,6 +103,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "cc43de082ffa9bbc96488c9bfc6659269a914a24c4ff2a04e1d43bfc66a992a4"
inputs-digest = "32fd20155545d4c756d57dc0c4d04f15f1817ae029e701c805b347b86df77943"
solver-name = "gps-cdcl"
solver-version = 1

@ -46,6 +46,14 @@ Make sure to have [go](https://golang.org/) (1.9+) installed, then do:
go get -u github.com/miguelmota/cointop
```
### Snap
cointop is also available as a [snap](https://snapcraft.io/cointop) for Linux users.
```bash
sudo snap install cointop --edge
```
## Updating
To update make sure to use the `-u` flag.

Loading…
Cancel
Save