Move Docker section after "Additional information"

This commit is contained in:
Thomas Clavier 2015-02-22 12:47:42 +01:00
parent b9f6d768c5
commit e238a1d7dc
1 changed files with 8 additions and 8 deletions

View File

@ -81,14 +81,6 @@ Minecraft.
If you don't want to compile from source, you can [download the
compiled plugin here][dl] and copy it to the CanaryMod plugins directory.
# Docker
To launch a container with CanaryMod and ScriptCraft you can just do
docker run -p 25565:25565 -it tclavier/scriptcraft
You can find all files used to build this container in github project : [docker-scriptcraft](https://github.com/tclavier/docker-scriptcraft)
# Post Install
Once installed, a new scriptcraft/plugins directory is automatically
@ -146,6 +138,14 @@ ScriptCraft plugin...
[ic]: http://canarymod.net/releases
[cmapi]: https://ci.visualillusionsent.net/job/CanaryLib/javadoc/
# Docker
To launch a container with CanaryMod and ScriptCraft you can just do
docker run -p 25565:25565 -it tclavier/scriptcraft
You can find all files used to build this container in github project : [docker-scriptcraft](https://github.com/tclavier/docker-scriptcraft)
# Contributing
If you would like to contribute source code and/or documentation changes please [read contributing.md][contrib]