Update README.md
Further grammar, wording and layout fixes.
This commit is contained in:
parent
32b383fd84
commit
0d131a775d
29
README.md
29
README.md
|
@ -2,24 +2,34 @@
|
||||||
|
|
||||||
Project64 is a Nintendo 64 emulator for Windows and Android.
|
Project64 is a Nintendo 64 emulator for Windows and Android.
|
||||||
|
|
||||||
|
#### System Requirements
|
||||||
|
|
||||||
|
* OS
|
||||||
|
* Windows XP or higher.
|
||||||
|
* CPU
|
||||||
|
* Any CPU with SSE2 support.
|
||||||
|
* RAM
|
||||||
|
* 512MB or more.
|
||||||
|
* Graphics card
|
||||||
|
* DirectX 9 card or higher.
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
<sub>(Games not included - DO NOT ask for ROMs.)</sub>
|
|
||||||
|
<sub>(Games not included - DO NOT ask for ROMs or where to download them.)</sub>
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
Installer for the latest stable release: https://www.pj64-emu.com/download/project64-latest
|
Installer for the latest stable release: https://www.pj64-emu.com/download/project64-latest
|
||||||
|
|
||||||
Follow the instructions in the setup window to complete the installation.
|
Follow the instructions in the setup window to complete the installation.
|
||||||
|
|
||||||
#### System Requirements
|
Visit the FAQ page for help: https://www.pj64-emu.com/support-project64.html
|
||||||
* Operating system: Windows XP (or higher)
|
|
||||||
* CPU: Any SSE2 CPU
|
|
||||||
* RAM: 512MB or more
|
|
||||||
* Graphics card: DirectX 9 card or higher
|
|
||||||
|
|
||||||
### Development Builds
|
### Development Builds
|
||||||
Development Builds are based off the latest source at GitHub. This allows you to use the latest changes straight away, though these changes may not be fully tested and have issues.
|
|
||||||
|
|
||||||
Official buildbot (Windows and Android): https://www.pj64-emu.com/nightly-builds
|
Development Builds are based off the latest source at GitHub. This allows you to use the latest changes straight away, though these changes may not be fully tested and have issues. Download at your own risk.
|
||||||
|
|
||||||
|
Official buildbot: https://www.pj64-emu.com/nightly-builds
|
||||||
|
|
||||||
AppVeyor (Windows x86/x64): [![Build status](https://ci.appveyor.com/api/projects/status/sbtwyhaexslyhgx3?svg=true
|
AppVeyor (Windows x86/x64): [![Build status](https://ci.appveyor.com/api/projects/status/sbtwyhaexslyhgx3?svg=true
|
||||||
)](https://ci.appveyor.com/project/project64/project64/branch/master)
|
)](https://ci.appveyor.com/project/project64/project64/branch/master)
|
||||||
|
@ -27,5 +37,6 @@ AppVeyor (Windows x86/x64): [![Build status](https://ci.appveyor.com/api/project
|
||||||
<sub>Please note: x64 builds are **not** recommended for regular use! They are incomplete and very experimental, and currently _slower_ than 32-bit builds.</sub>
|
<sub>Please note: x64 builds are **not** recommended for regular use! They are incomplete and very experimental, and currently _slower_ than 32-bit builds.</sub>
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
Project64 is licensed under the
|
Project64 is licensed under the
|
||||||
[GNU General Public License v2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
[GNU General Public License v2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
|
||||||
|
|
Loading…
Reference in New Issue