Fixed some README.mkdn formatting problems.

This commit is contained in:
karxi 2016-12-23 08:14:28 -05:00
parent c99f865765
commit 0a073afda2

View file

@ -37,23 +37,24 @@ difficult.
Pesterchum to run, so you have to install them manually. Pesterchum to run, so you have to install them manually.
#### First-Time Install #### First-Time Install
* Download links are for Windows, but a quick Google search will find Download links are for Windows, but a quick Google search will find everything
everything necessary. necessary.
1. Install Python 2.7 or higher if you don't already have it:
* [32 bit][python2-32] 1. Install **Python 2.7** or higher if you don't already have it:
* [64 bit][python2-64] * [32 bit][python2-32]
Be **sure** to add Python to the PATH if asked to do so during * [64 bit][python2-64]
installation. It means Python will be usable from the console, * Be **sure** to add Python to the PATH if asked to do so during
which is necessary for this to run. installation. It means Python will be usable from the console,
2. Install PyQt4: which is necessary for this to run.
* [32 bit][pyqt4-32] 2. Install **PyQt4**:
* [64 bit][pyqt4-64] * [32 bit][pyqt4-32]
3. (LINUX) Install pygame: * [64 bit][pyqt4-64]
* [pygame download page][pygame-dl] 3. (LINUX) Install **pygame**:
You don't need to install this if you're using Windows; sound should * [pygame download page][pygame-dl]
work fine without it. * You don't need to install this if you're using Windows; sound should
4. Download Pesterchum: work fine without it.
* [Download from main branch][pchum-zip] 4. Download **Pesterchum**:
* [Download from main branch][pchum-zip]
5. Unzip Pesterchum somewhere easily-accessible. 5. Unzip Pesterchum somewhere easily-accessible.
6. **If you have any custom themes**, copy/paste them into the 'themes' folder. 6. **If you have any custom themes**, copy/paste them into the 'themes' folder.
You can find this in `%APPDATA%/Local/pesterchum`. You can find this in `%APPDATA%/Local/pesterchum`.
@ -65,10 +66,10 @@ difficult.
used by this have been updated, and the older default themes may break when used by this have been updated, and the older default themes may break when
used. used.
7. Run Pesterchum! How you do this depends on the OS: 7. Run Pesterchum! How you do this depends on the OS:
* (WINDOWS) Run `w32-run-pchum.bat`. * (WINDOWS) Run `w32-run-pchum.bat`.
* (LINUX) Run `./pesterchum`, preferably via terminal. * (LINUX) Run `./pesterchum`, preferably via terminal.
Note that this is made to provide debugging information - so that if errors * Note that this is made to provide debugging information - so that if
come up, they can be reported to me, and I can fix them. errors come up, they can be reported to me, and I can fix them.
[python2-32]: https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi [python2-32]: https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi
[python2-64]: https://www.python.org/ftp/python/2.7.12/python-2.7.12.amd64.msi [python2-64]: https://www.python.org/ftp/python/2.7.12/python-2.7.12.amd64.msi