updated Readme to reflect latest changes.
This commit is contained in:
parent
ae6a9eb9dc
commit
97e82b55f1
17
README.md
17
README.md
|
@ -1,15 +1,14 @@
|
||||||
# docker-terasology
|
# docker-terasology
|
||||||
|
|
||||||
check out and build with
|
Automatic builds are provided by dockerhub and my own jenkins instance.
|
||||||
```docker build .```
|
For all enthusiasts who just want to have a running server:
|
||||||
|
- `docker pull qwick/terasology:latest`
|
||||||
|
- or with version: `docker pull qwick/terasology:1.2.1-alpha`
|
||||||
|
|
||||||
or use the image on dockerhub:
|
For all developers who want a nightly build for debugging or just testing purposes:
|
||||||
https://registry.hub.docker.com/u/qwick/terasology/
|
- `docker pull qwick/terasology:dev-latest` (a versioned tag is available too. Example: `dev-1.2.2-SNAPSHOT`)
|
||||||
|
|
||||||
## Latest changes
|
|
||||||
### 2016-03-16: [Alpha release 1; Engine v1.0.0](https://github.com/MovingBlocks/Terasology/releases/tag/v1.0.0)
|
|
||||||
I'm again a little late with the docker image update, sorry! ;-)
|
|
||||||
|
|
||||||
|
Versioned tags may change over time.
|
||||||
|
|
||||||
## Small guide
|
## Small guide
|
||||||
|
|
||||||
|
@ -25,8 +24,6 @@ Best practice would be cloning this repository and using docker-compose to pull
|
||||||
|
|
||||||
There may be standard configurations in the future for specific use cases, may be... ;-)
|
There may be standard configurations in the future for specific use cases, may be... ;-)
|
||||||
|
|
||||||
One thing's for sure, I'll keep this a little more updated after this long time of silence.
|
|
||||||
|
|
||||||
More information about terasology can be found on following sites:
|
More information about terasology can be found on following sites:
|
||||||
* https://github.com/MovingBlocks/Terasology
|
* https://github.com/MovingBlocks/Terasology
|
||||||
* http://terasology.org/
|
* http://terasology.org/
|
||||||
|
|
Loading…
Reference in New Issue