mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-11 09:20:17 +01:00
Moved sub programs into folder cmd to clean up project structure.
This commit is contained in:
parent
b445cfb33a
commit
fd64d20b76
6
README
6
README
@ -34,14 +34,16 @@ it is only tested on Ubuntu 14.04/amd64.
|
|||||||
|
|
||||||
Obtain:
|
Obtain:
|
||||||
|
|
||||||
$ go get bitbucket.org/s_l_teichmann/mtredisalize
|
$ go get bitbucket.org/s_l_teichmann/mtredisalize/cmd/mtredisalize
|
||||||
|
|
||||||
Development:
|
Development:
|
||||||
|
|
||||||
|
$ go get -u github.com/mattn/go-sqlite3
|
||||||
$ go install github.com/mattn/go-sqlite3
|
$ go install github.com/mattn/go-sqlite3
|
||||||
|
$ go get -u github.com/jmhodges/levigo
|
||||||
$ go install github.com/jmhodges/levigo
|
$ go install github.com/jmhodges/levigo
|
||||||
$ hg clone https://s_l_teichmann@bitbucket.org/s_l_teichmann/mtredisalize
|
$ hg clone https://s_l_teichmann@bitbucket.org/s_l_teichmann/mtredisalize
|
||||||
$ cd mtredisalize
|
$ cd mtredisalize/cmd/mtredisalize
|
||||||
$ go build
|
$ go build
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
Loading…
Reference in New Issue
Block a user