readme changes to reflect new versioning schema, again.

This commit is contained in:
Marcel Otte 2016-10-08 11:44:58 +02:00
parent 81cef5b0a3
commit 53ca038d5e
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ For all enthusiasts who just want to have a running server:
- or with version: `docker pull qwick/terasology:1.2.1-alpha` - or with version: `docker pull qwick/terasology:1.2.1-alpha`
For all developers who want a nightly build for debugging or just testing purposes: For all developers who want a nightly build for debugging or just testing purposes:
- `docker pull qwick/terasology:nightly-latest` - `docker pull qwick/terasology:unstable-latest`
- a versioned tag is available too. - a versioned tag is available too.
Versioned tags may change over time. Versioned tags may change over time.
@ -18,8 +18,8 @@ To avoid confusion here the docker image tag schema:
Stable: Stable:
- `<engineVersion>-<displayVersion>` e.g. `1.2.1-alpha` - `<engineVersion>-<displayVersion>` e.g. `1.2.1-alpha`
Nightly: Unstable:
- `nightly-<engineVersion>-<buildNumber>` e.g. `nightly-1.2.2-SNAPSHOT-1806` - `unstable-<engineVersion>-<buildNumber>` e.g. `unstable-1.2.2-SNAPSHOT-1806`
## Small guide ## Small guide