From b4f468b11f5d890cfcdff972136d193a04ccd429 Mon Sep 17 00:00:00 2001 From: Giorgio Mendieta <31053658+GiorgioMendieta@users.noreply.github.com> Date: Sat, 23 May 2026 10:38:49 +0200 Subject: [PATCH 1/2] feat: add homebrew installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 106d2c0a0e..bf1bb0f82a 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ First, make sure your dump of the game is clean and supported by Dusklight. You ### 2. Download [Dusklight](https://github.com/TwilitRealm/dusklight/releases) +**macOS users:** can alternatively install via Homebrew with the following command + +``` +brew install --cask dusklight +``` + ### 3. Setup the game **Windows / macOS / Linux** - Extract the .zip file From 3765118c5872e0be7c068630e92141ce3f1c2ddb Mon Sep 17 00:00:00 2001 From: Giorgio Mendieta <31053658+GiorgioMendieta@users.noreply.github.com> Date: Sat, 23 May 2026 10:54:27 +0200 Subject: [PATCH 2/2] fix: add minimum macOS version to run dusklight --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bf1bb0f82a..71ff2bf967 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,20 @@ First, make sure your dump of the game is clean and supported by Dusklight. You *Support for other versions of the game is planned in the future. -### 2. Download [Dusklight](https://github.com/TwilitRealm/dusklight/releases) +### 2. Download Dusklight -**macOS users:** can alternatively install via Homebrew with the following command +**Windows / macOS / Linux** + +Download the latest [release](https://github.com/TwilitRealm/dusklight/releases) .zip file for your platform + +**macOS** + +- Requires MacOS version Big Sur (11.0) or later. +- Dusklight can alternatively be installed via Homebrew with the following command -``` -brew install --cask dusklight -``` + ```sh + brew install --cask dusklight + ``` ### 3. Setup the game **Windows / macOS / Linux**