Skip to content

Commit 4eec017

Browse files
committed
remove note about m1 macs
1 parent 0c62dd7 commit 4eec017

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,8 @@ Homebrew tap formula for [@fission-suite](https://github.com/fission-suite) tool
44

55
## Installation
66

7-
The Fission CLI is currently available via homebrew on Intel macs and Linux.
7+
The Fission CLI is currently available via homebrew on macOS and Linux.
88

99
```sh
1010
brew install fission-suite/fission/fission-cli
1111
```
12-
13-
### M1 (Apple Silicon) Macs
14-
15-
A native `arm64` version of the Fission CLI is not yet available. When support is ready in the Haskell compiler, we will ship native binaries. In the meantime, the Fission CLI runs under "Rosetta 2" emulation. To get this working:
16-
17-
1. Ensure Rosetta 2 is installed: `softwareupdate --install-rosetta`
18-
2. Install the `x86_64` version of homebrew: `arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"`.
19-
This will install a separate version of homebrew in `/usr/local` for x86_64 tools.
20-
3. Install the Fission CLI via: `arch -x86_64 /usr/local/bin/brew install fission-suite/fission/fission-cli`
21-
22-
The Fission CLI will now be available at `/usr/local/bin/fission`
23-
24-
*Note* For convenience you may want to add something like `alias ibrew='arch -x86_64 /usr/local/bin/brew'` to your shell configuration for managing Intel formulae using `ibrew COMMAND` (e.g. `ibrew install fission-suite/fission/fission-cli`).

0 commit comments

Comments
 (0)