forked from MTSR/mapserver
fix git repository link (minetest-tools)
This commit is contained in:
parent
b147fa44ee
commit
cb5570e4cd
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
## Simple installation
|
## Simple installation
|
||||||
|
|
||||||
* Download the binary from the [releases](https://github.com/minetest-tools/mapserver/releases) for your architecture and platform
|
* Download the binary from the [releases](https://github.com/minetest-mapserver/mapserver/releases) for your architecture and platform
|
||||||
* Drop the binary into your world folder (the one with the `world.mt` and `map.sqlite` files)
|
* Drop the binary into your world folder (the one with the `world.mt` and `map.sqlite` files)
|
||||||
* Start the mapserver via command-line: `./mapserver` or `./mapserver.exe`
|
* Start the mapserver via command-line: `./mapserver` or `./mapserver.exe`
|
||||||
* Point your browser to `http://127.0.0.1:8080`
|
* Point your browser to `http://127.0.0.1:8080`
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Mapserver mod
|
# Mapserver mod
|
||||||
|
|
||||||
* Repository: https://github.com/minetest-tools/mapserver_mod
|
* Repository: https://github.com/minetest-mapserver/mapserver_mod
|
||||||
|
|
||||||
If the `mapserver-mod` is installed and configured
|
If the `mapserver-mod` is installed and configured
|
||||||
you get more realtime-data from within your minetest-world:
|
you get more realtime-data from within your minetest-world:
|
||||||
@ -15,7 +15,7 @@ You can use the `mapserver-mod` either passive or active:
|
|||||||
|
|
||||||
## Installing and configuring the bridge-mod
|
## Installing and configuring the bridge-mod
|
||||||
|
|
||||||
Download or clone from https://github.com/minetest-tools/mapserver_mod
|
Download or clone from https://github.com/minetest-mapserver/mapserver_mod
|
||||||
|
|
||||||
If you want to enable craftable mapobjects (poi, labels, trainblocks, etc) you
|
If you want to enable craftable mapobjects (poi, labels, trainblocks, etc) you
|
||||||
can enable the setting in your `minetest.conf` (defaults to false)
|
can enable the setting in your `minetest.conf` (defaults to false)
|
||||||
|
@ -6,8 +6,8 @@ Minetest mapserver
|
|||||||
![](https://github.com/minetest-mapserver/mapserver/workflows/go-test/badge.svg)
|
![](https://github.com/minetest-mapserver/mapserver/workflows/go-test/badge.svg)
|
||||||
|
|
||||||
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/minetest-mapserver/mapserver)
|
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/minetest-mapserver/mapserver)
|
||||||
![GitHub repo size](https://img.shields.io/github/repo-size/minetest-tools/mapserver.svg)
|
![GitHub repo size](https://img.shields.io/github/repo-size/minetest-mapserver/mapserver.svg)
|
||||||
![GitHub closed issues](https://img.shields.io/github/issues-closed/minetest-tools/mapserver.svg)
|
![GitHub closed issues](https://img.shields.io/github/issues-closed/minetest-mapserver/mapserver.svg)
|
||||||
![GitHub issues](https://img.shields.io/github/issues/minetest-mapserver/mapserver)
|
![GitHub issues](https://img.shields.io/github/issues/minetest-mapserver/mapserver)
|
||||||
|
|
||||||
![GitHub All Releases](https://img.shields.io/github/downloads/minetest-mapserver/mapserver/total)
|
![GitHub All Releases](https://img.shields.io/github/downloads/minetest-mapserver/mapserver/total)
|
||||||
|
Loading…
Reference in New Issue
Block a user