From f080144098e234decf8d9ee07b41f057a3d2c61e Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Wed, 6 Aug 2014 08:58:27 +0000 Subject: [PATCH] README edited online with Bitbucket --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 8c22b4d..116fd31 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ processes can connect with. Only the subset of Redis commands is implemented which is needed to run Minetes on top of it. -To build mtredisalize a Go 1.x (x >= 1) enviroment is needed. By now +To build mtredisalize a Go 1.x (x >= 1) environment is needed. By now it is only tested on Ubuntu 14.04/amd64. Obtain: @@ -41,6 +41,7 @@ Development: $ go get github.com/mattn/go-sqlite3 $ go get github.com/jmhodges/levigo $ hg clone https://s_l_teichmann@bitbucket.org/s_l_teichmann/mtredisalize + $ cd mtredisalize $ go build Usage: @@ -74,7 +75,7 @@ would e.g. matches: $ mtredisalize --port=6380 --host=localhost .. The mandatory path is the path to the database file: map.sqlite in case -of SQLite3 and the directoy map.db in case of LevelDB right beside the world.mt file. +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 \ No newline at end of file