diff --git a/README.md b/README.md index d1b1f92..7a833f3 100644 --- a/README.md +++ b/README.md @@ -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]