mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Changed the download button to an install button.
Users don't need to download the source, just wget the files as stated in the install docs. One day I will have a automatic install script, on that day... things will be great!
This commit is contained in:
parent
c2dcc9e1bc
commit
9a7d368d40
@ -45,7 +45,7 @@ body {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.masthead #view-button,
|
||||
.masthead #download-button {
|
||||
.masthead #install-button {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
@ -72,7 +72,7 @@
|
||||
|
||||
<div class="buttons">
|
||||
<a id="view-button" href="https://github.com/marcuswhybrow/minecraft-server-manager" class="btn btn-primary btn-large" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Github Project', 'View project on GitHub']);">View project on GitHub</a>
|
||||
<a id="download-button" href="https://github.com/marcuswhybrow/minecraft-server-manager/zipball/latest" class="btn btn-large" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Download', 'Download 0.2.6']);">Download Project <small>(0.2.6)</small></a>
|
||||
<a id="install-button" href="https://github.com/marcuswhybrow/minecraft-server-manager/wiki/Installation" class="btn btn-large" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Install']);">Install Guide <small>(0.2.8)</small></a>
|
||||
</div>
|
||||
|
||||
<ul class="quick-links">
|
||||
@ -83,7 +83,6 @@
|
||||
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=marcuswhybrow&repo=minecraft-server-manager&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
|
||||
</li>
|
||||
<li class="text ga-track"><a href="https://github.com/marcuswhybrow/minecraft-server-manager/wiki">Read the docs</a></li>
|
||||
<li class="text ga-track"><a href="https://github.com/marcuswhybrow/minecraft-server-manager/wiki/Installation">Installation guide</a></li>
|
||||
<li class="text ga-track"><a href="https://github.com/marcuswhybrow/minecraft-server-manager/issues">Submit an issue</a></li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user