From ec187b9a9d3ee9af9071d0b04df2c85312b7f46f Mon Sep 17 00:00:00 2001 From: Dario Vladovic Date: Wed, 29 Jul 2020 19:55:55 +0200 Subject: [PATCH 1/2] docs: add Homebrew install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 80a1bde..921ce33 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ This is Mac OS 8, running in an [Electron](https://electronjs.org/) app pretendi | Standalone Download | 📦[Standalone, 32-bit](https://github.com/felixrieseberg/macintosh.js/releases/download/v1.0.2/macintosh.js-win32-ia32-1.0.2.zip)
📦[Standalone, 64-bit](https://github.com/felixrieseberg/macintosh.js/releases/download/v1.0.2/macintosh.js-win32-x64-1.0.2.zip) | 📦[Standalone](https://github.com/felixrieseberg/macintosh.js/releases/download/v1.0.2/macintosh.js-darwin-x64-1.0.2.zip) | | | Installer | 💽[Setup, 64-bit](https://github.com/felixrieseberg/macintosh.js/releases/download/v1.0.2/macintoshjs-1.0.2-setup-x64.exe)
💽[Setup, 32-bit](https://github.com/felixrieseberg/macintosh.js/releases/download/v1.0.2/macintoshjs-1.0.2-setup-ia32.exe) | | 💽[deb, 64-bit](https://github.com/felixrieseberg/macintosh.js/releases/download/v1.0.2/macintosh.js_1.0.2_amd64.deb)
💽[rpm, 64-bit](https://github.com/felixrieseberg/macintosh.js/releases/download/v1.0.2/macintosh.js-1.0.2-1.x86_64.rpm) | + +## Install using Homebrew +``` +brew cask install macintoshjs +``` + ## Does it work? Yes! Quite well, actually - on macOS, Windows, and Linux. Bear in mind that this is written entirely in JavaScript, so please adjust your expectations. The virtual machine is emulating a 1991 Macintosh Quadra 900 with a Motorola CPU, which Apple used before switching to the PowerPC architecture (Apple/IBM/Motorola) in the mid 1990s. From 0b3e7ee87ec84e2c9ae8a83c6e4a3df476ae7708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Vladovi=C4=87?= Date: Fri, 5 Mar 2021 21:51:05 +0100 Subject: [PATCH 2/2] Update Homebrew install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 921ce33..ef19508 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is Mac OS 8, running in an [Electron](https://electronjs.org/) app pretendi ## Install using Homebrew ``` -brew cask install macintoshjs +brew install --cask macintoshjs ``` ## Does it work?