Update README.md
This commit is contained in:
parent
4643e23028
commit
56a834b75f
18
README.md
18
README.md
|
@ -19,6 +19,7 @@ Jump to:
|
|||
* Installing
|
||||
* [Windows 7/8.1/10](https://github.com/TASVideos/BizHawk/blob/master/README.md#windows-78110)
|
||||
* [GNU+Linux and macOS](https://github.com/TASVideos/BizHawk/blob/master/README.md#gnulinux-and-macos)
|
||||
* [Testing](https://github.com/TASVideos/BizHawk/blob/master/README.md#testing)
|
||||
* Building
|
||||
* [Windows 7/8.1/10](https://github.com/TASVideos/BizHawk/blob/master/README.md#windows-78110-1)
|
||||
* [GNU+Linux and macOS](https://github.com/TASVideos/BizHawk/blob/master/README.md#gnulinux-and-macos-1)
|
||||
|
@ -27,7 +28,6 @@ Jump to:
|
|||
* [Cores](https://github.com/TASVideos/BizHawk/blob/master/README.md#cores)
|
||||
* [Support and troubleshooting](https://github.com/TASVideos/BizHawk/blob/master/README.md#support-and-troubleshooting)
|
||||
* [Contributing](https://github.com/TASVideos/BizHawk/blob/master/README.md#contributing)
|
||||
* [Testing](https://github.com/TASVideos/BizHawk/blob/master/README.md#testing)
|
||||
* [Related projects](https://github.com/TASVideos/BizHawk/blob/master/README.md#related-projects)
|
||||
* [License](https://github.com/TASVideos/BizHawk/blob/master/README.md#license)
|
||||
|
||||
|
@ -134,6 +134,14 @@ macOS is supported from 10.11 "El Capitan" (Darwin 15.6). Apple doesn't seem to
|
|||
|
||||
[to top](https://github.com/TASVideos/BizHawk/blob/master/README.md#bizhawk)
|
||||
|
||||
## Testing
|
||||
|
||||
Dev builds are automated with AppVeyor, every green checkmark in the [commit history](https://github.com/TASVideos/BizHawk/commits/master) is a successful build and clicking the check takes you straight there. The full list is [here](https://ci.appveyor.com/project/zeromus/bizhawk-udexo/history), in future use the "dev builds" button at the top of this readme.
|
||||
|
||||
Once you're on the build page, click "Artifacts" and download `BizHawk_Developer-<datetime>-#<long hexadecimal>.zip`.
|
||||
|
||||
[to top](https://github.com/TASVideos/BizHawk/blob/master/README.md#bizhawk)
|
||||
|
||||
## Building
|
||||
|
||||
### Windows 7/8.1/10
|
||||
|
@ -262,14 +270,6 @@ For the time being, style is not enforced in PRs, only build success is. Please
|
|||
|
||||
Past contrbutors to the frontend and custom-built cores are listed [here](https://github.com/TASVideos/BizHawk/graphs/contributors). See a core's docs for its authors.
|
||||
|
||||
### Testing
|
||||
|
||||
Dev builds are automated with AppVeyor, every green checkmark in the [commit history](https://github.com/TASVideos/BizHawk/commits/master) is a successful build and clicking the check takes you straight there. The full list is [here](https://ci.appveyor.com/project/zeromus/bizhawk-udexo/history), in future use the "dev builds" button at the top of this readme.
|
||||
|
||||
Once you're on the build page, click "Artifacts" and download `BizHawk_Developer-<datetime>-#<long hexadecimal>.zip`.
|
||||
|
||||
[to top](https://github.com/TASVideos/BizHawk/blob/master/README.md#bizhawk)
|
||||
|
||||
## Related projects
|
||||
|
||||
* [DeSmuME](https://desmume.org) for DS/Lite — cross-platform
|
||||
|
|
Loading…
Reference in New Issue