Skip to content

Commit 1a090fd

Browse files
committed
Merge PR #5354 (docs/readme-homebrew-install) into merge-train
2 parents e407c60 + aadfcfa commit 1a090fd

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,18 @@ If you already have a Java Development Kit (JDK) installed, you may use a direct
118118

119119
ßDirect download stable builds are uploaded to [our release section here on GitHub](https://github.com/MovingBlocks/Terasology/releases) while the cutting-edge develop version can be downloaded direct [here from our Jenkins](https://jenkins.terasology.io/job/Terasology/job/Omega/job/develop/lastSuccessfulBuild/artifact/distros/omega/build/distributions/TerasologyOmega.zip).
120120

121+
#### macOS (Homebrew)
122+
123+
On macOS, Terasology can also be installed via our [Homebrew tap](https://github.com/MovingBlocks/homebrew-terasology):
124+
125+
```sh
126+
brew tap MovingBlocks/terasology
127+
brew install terasology # latest stable release
128+
brew install terasology-latest-bin # latest develop build (Omega CI)
129+
```
130+
131+
Both install a launchable `Terasology.app` in `/Applications` (plus a matching terminal command) and can be installed side by side. `openjdk` is pulled in automatically as a dependency.
132+
121133

122134
## Development
123135

0 commit comments

Comments
 (0)