From cdfe47d92b66c503c58cf863cf1508bd262628b0 Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 19 Sep 2018 12:00:24 -0500 Subject: [PATCH 1/2] Clarify support & purpose Close #90 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b99555c..202de37 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # windows95 -This is Windows 95, running in an Electron app. Yes, it's the full thing. I'm sorry. +This is Windows 95, running in an [Electron](https://electronjs.org/) app. Yes, it's the full thing. I'm sorry. ## Downloads for macOS 📦[Standalone](https://github.com/felixrieseberg/windows95/releases/download/v1.3.0/windows95-macos-1.3.0.zip) @@ -18,7 +18,7 @@ This is Windows 95, running in an Electron app. Yes, it's the full thing. I'm so ![Screenshot](https://user-images.githubusercontent.com/1426799/44532591-4ceb3680-a6a8-11e8-8c2c-bc29f3bfdef7.png) ## Does it work? -Yes! Quite well, actually. +Yes! Quite well, actually, on [platforms supported by Electron](https://electronjs.org/docs/tutorial/support#supported-platforms). ## Should this have been a native app? Absolutely. @@ -29,7 +29,7 @@ You'll likely be better off with an actual virtualization app, but the short ans 640x480 @ 256 colors before starting DOS games - just like in the good ol' days. ## How's the code? -This only works well by accident and was mostly a joke. The code quality is accordingly. +This only works well by accident and was mostly a joke. The code quality is accordingly. Thus it should not be used for anything other than personal amusement. ## Credits From d31920aaf4ccbfb8837433de78ea15db57eb348b Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Tue, 25 Sep 2018 09:05:38 -0700 Subject: [PATCH 2/2] :memo: Spell out the actual platforms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 202de37..d689824 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is Windows 95, running in an [Electron](https://electronjs.org/) app. Yes, ![Screenshot](https://user-images.githubusercontent.com/1426799/44532591-4ceb3680-a6a8-11e8-8c2c-bc29f3bfdef7.png) ## Does it work? -Yes! Quite well, actually, on [platforms supported by Electron](https://electronjs.org/docs/tutorial/support#supported-platforms). +Yes! Quite well, actually - on macOS, Windows, and Linux. ## Should this have been a native app? Absolutely.