mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
24 lines
1.6 KiB
HTML
24 lines
1.6 KiB
HTML
---
|
|
layout: docs
|
|
title: Docs · MSM
|
|
tab: docs
|
|
docsitem: home
|
|
---
|
|
|
|
<div class="hero-unit">
|
|
<h1>Getting Started</h1>
|
|
<p>If your looking to get going see the <a href="{{ site.baseurl }}/docs/installation.html" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Install Guide']);">Install guide</a>, then peruse <a href="{{ site.baseurl }}/docs/commands/" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: The Commands']);">the commands</a>. After that maybe watch the project for updates on <a href="https://github.com/marcuswhybrow/minecraft-server-manager/" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: GitHub']);">GitHub</a> and join the MSM community.</p>
|
|
<p>
|
|
<a
|
|
class="btn btn-primary btn-large"
|
|
href="{{ site.baseurl }}/docs/installation.html"
|
|
onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Get Started Installing']);">
|
|
Get Started Installing</a>
|
|
</p>
|
|
</div>
|
|
|
|
<h2>Contributing to this Documentation</h2>
|
|
|
|
<p>If there is something in this documentation which you thinks needs changing, now you can change it by <a href="https://github.com/marcuswhybrow/minecraft-server-manager/tree/gh-pages" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Fork gh-pages']);">forking gh-pages</a> and sending a pull request.</p>
|
|
|
|
<p>Equally if there is something which you do not understand <a href="https://github.com/marcuswhybrow/minecraft-server-manager/issues" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Post an issue']);">post an issue</a> and I will help you out and update the documentation to better prevent confusion in the future.</p> |