From 0a4199ed9c9ac8de361028ddc55bdf0214666075 Mon Sep 17 00:00:00 2001 From: Egan Ford Date: Thu, 11 May 2017 16:11:02 -0600 Subject: [PATCH] updated README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5dc5ad9..6e36108 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ * `$800-$B6FF` available for binary code. * `$B700-$BFFF` free after load. * Platforms tested: - * 32-bit/64-bit x86 OS/X and MacOS. + * 32-bit/64-bit x86 MacOS|OS/X. * 32-bit x86 Windows/MinGW. @@ -37,7 +37,7 @@ Unix/Linux: *or* -MacOS, OS/X, Linux, Cygwin: +MacOS|OS/X, Linux, Cygwin: gcc -Wall -Wno-missing-braces -I. -O3 -o c2d c2d.c -lm gcc -Wall -O3 -o bin/text2page text2page.c -lm @@ -139,7 +139,7 @@ page2text gameserverclient.text ### Testing -Automated testing is only supported on MacOS (OS/X) and requires the following: +Automated testing is only supported on MacOS|OS/X and requires the following: * Virtual ][ () @@ -148,9 +148,9 @@ Automated testing is only supported on MacOS (OS/X) and requires the following: To test, type: ``` -make test # MacOS, OS/X only -make disttest # MacOS, OS/X and Windows -make fulltest # MacOS, OS/X, Windows, and Virtual ][ +make test # MacOS|OS/X only +make disttest # MacOS|OS/X and Windows +make fulltest # MacOS|OS/X, Windows, and Virtual ][ ``` > If Virtual ][ crashes while testing, just `make fulltest` again