mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Update installation docs to show ubuntu and RedHat installers
This commit is contained in:
parent
cf21fed084
commit
90b0906770
@ -10,9 +10,15 @@ Installation
|
|||||||
|
|
||||||
Install MSM on a Debian server (Ubuntu etc.) by pasting this line in your terminal:
|
Install MSM on a Debian server (Ubuntu etc.) by pasting this line in your terminal:
|
||||||
|
|
||||||
wget -qO- http://git.io/m_n0eg | sh
|
wget -q http://git.io/Sxpr9g -O /tmp/msm && bash /tmp/msm
|
||||||
|
|
||||||
Have a read of the script [http://git.io/m_n0eg](http://git.io/m_n0eg) it it calms your nerves. Or, install MSM manually:
|
Or on RedHat using:
|
||||||
|
|
||||||
|
wget -q http://git.io/lu0ULA -O /tmp/msm && bash /tmp/msm
|
||||||
|
|
||||||
|
Or [suggest a new platform][issues].
|
||||||
|
|
||||||
|
You can paste the links in your browser to read the script that will be executed. Or, if you don't want to trust a script, install MSM manually:
|
||||||
|
|
||||||
Manual Installation
|
Manual Installation
|
||||||
-------------------
|
-------------------
|
||||||
@ -108,3 +114,4 @@ If stuck, you can always type `msm help` for a quick list of all commands, or if
|
|||||||
[#26]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/26
|
[#26]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/26
|
||||||
[versions]: https://github.com/marcuswhybrow/minecraft-server-manager/blob/latest/versioning/versions.txt
|
[versions]: https://github.com/marcuswhybrow/minecraft-server-manager/blob/latest/versioning/versions.txt
|
||||||
[layout]: {{ site.baseurl }}/docs/concepts/layout.html
|
[layout]: {{ site.baseurl }}/docs/concepts/layout.html
|
||||||
|
[issues]: https://github.com/marcuswhybrow/minecraft-server-manager/issues
|
||||||
|
Loading…
Reference in New Issue
Block a user