We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b35163 commit 617d124Copy full SHA for 617d124
Formula/exo.rb
@@ -9,7 +9,7 @@ class Exo < Formula
9
url "https://github.com/exo-explore/exo.git",
10
using: :git,
11
branch: "super_secret_branch"
12
- version "0.9.2"
+ version "0.9.3"
13
sha256 ""
14
license ""
15
@@ -36,6 +36,8 @@ def install
36
def caveats
37
<<~EOS
38
Heads up, you may have seen a 'Failed changing dylib ID' message at the end of the build. We're working on getting an upstream fix.
39
+ Exo is now installed! Launch with
40
+ exo
41
42
To enable automatic VRAM configuration, run:
43
sudo brew services start exo
0 commit comments