From 7dd92703b00469404f1169eae894cd48fec201ae Mon Sep 17 00:00:00 2001 From: asmeili Date: Sun, 21 Jun 2026 17:21:14 +0200 Subject: [PATCH] Add Homebrew installation instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 343c3c2..15c3c66 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,25 @@ Follow the instructions for your platform below - when installed, Rokit will gui ### macOS & Linux +#### Option 1 + Run the automated installer script in your terminal: ```sh curl -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | bash ``` +#### Option 2 + +Install using [Homebrew][homebrew]: + +```sh +brew install rokit +``` + +\* After installing with Homebrew, run `rokit self-install` to finish the installation. + + ### Windows #### Option 1 @@ -114,6 +127,7 @@ Rokit also acknowledges that developers will not migrate from any of the existin [rustup]: https://rustup.rs +[homebrew]: https://brew.sh [foreman]: https://github.com/Roblox/foreman [aftman]: https://github.com/LPGhatguy/aftman [latest-release]: https://github.com/rojo-rbx/rokit/releases/latest