From bf55abd1b966f66d736b36ca0b2a3ec8d606599e Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Thu, 7 Aug 2014 20:21:15 +0200 Subject: [PATCH] s/go get/go install/ for the external dependencies in dev setup. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 116fd31..842177c 100644 --- a/README +++ b/README @@ -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 \ No newline at end of file +(c) 2014 by Sascha L. Teichmann