s/go get/go install/ for the external dependencies in dev setup.

This commit is contained in:
Sascha L. Teichmann 2014-08-07 20:21:15 +02:00
parent f474ef6920
commit bf55abd1b9
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -38,8 +38,8 @@ Obtain:
Development:
$ go get github.com/mattn/go-sqlite3
$ go get github.com/jmhodges/levigo
$ go install github.com/mattn/go-sqlite3
$ go install github.com/jmhodges/levigo
$ hg clone https://s_l_teichmann@bitbucket.org/s_l_teichmann/mtredisalize
$ cd mtredisalize
$ go build
@ -78,4 +78,4 @@ The mandatory path is the path to the database file: map.sqlite in case
of SQLite3 and the directory map.db in case of LevelDB right beside the world.mt file.
This is Free Software under the terms of the MIT license. See LICENSE file for details.
(c) 2014 by Sascha L. Teichmann
(c) 2014 by Sascha L. Teichmann