0

more minor clarifications

This commit is contained in:
Andrew Brown
2011-10-26 22:00:25 -04:00
parent a470ff50d6
commit b31160e3ad
2 changed files with 24 additions and 9 deletions

View File

@@ -14,13 +14,18 @@ have finished with these instructions, head to :doc:`running`.
Get The Source
==============
First step: download the source! Either clone with Git or download the most recent snapshot
* URL to clone: ``git://github.com/overviewer/Minecraft-Overviewer.git``
First step: download the platform-independent source! Either clone with Git
(recommended if you know Git) or download the most recent snapshot
* Git URL to clone: ``git://github.com/overviewer/Minecraft-Overviewer.git``
* `Download most recent tar archive <https://github.com/overviewer/Minecraft-Overviewer/tarball/master>`_
* `Download most recent zip archive <https://github.com/overviewer/Minecraft-Overviewer/zipball/master>`_
Once you have the source, see below for instructions on building for your
system.
Build Instructions For Various Operating Systems
================================================
@@ -161,5 +166,10 @@ regular user.
Installing the Compiled Code
----------------------------
You can run the ``overviewer.py`` script from the build directory just fine. If
you'd like to install, run ``python setup.py install``
You can run the ``overviewer.py`` script from the build directory just fine;
installation is unnecessary. If you'd like to install, run
::
python setup.py install