Move Docker section after "Additional information"
This commit is contained in:
parent
b9f6d768c5
commit
e238a1d7dc
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -81,14 +81,6 @@ Minecraft.
|
||||||
If you don't want to compile from source, you can [download the
|
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.
|
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
|
# Post Install
|
||||||
|
|
||||||
Once installed, a new scriptcraft/plugins directory is automatically
|
Once installed, a new scriptcraft/plugins directory is automatically
|
||||||
|
@ -146,6 +138,14 @@ ScriptCraft plugin...
|
||||||
[ic]: http://canarymod.net/releases
|
[ic]: http://canarymod.net/releases
|
||||||
[cmapi]: https://ci.visualillusionsent.net/job/CanaryLib/javadoc/
|
[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
|
# Contributing
|
||||||
|
|
||||||
If you would like to contribute source code and/or documentation changes please [read contributing.md][contrib]
|
If you would like to contribute source code and/or documentation changes please [read contributing.md][contrib]
|
||||||
|
|
Reference in a new issue