README edited online with Bitbucket

This commit is contained in:
Sascha L. Teichmann 2014-08-06 08:58:27 +00:00
parent e38d8eb9fc
commit f080144098
1 changed files with 4 additions and 3 deletions

7
README
View File

@ -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