Skip to content

Commit

Permalink
update homebrew sui install (MystenLabs#16093)
Browse files Browse the repository at this point in the history
## Description 

sui is available as a homebrew-core library now:
Homebrew/homebrew-core#161424

I have another PR to mark the older mysten-tap sui formula as deprecated
to encourage people to migrate to the core library

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
johnjmartin authored Feb 6, 2024
1 parent f54311e commit 2957fe3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/content/guides/developer/getting-started/sui-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ Sui supports the following operating systems:

## Install using Homebrew {#install-homebrew}

If you use [Homebrew](https://brew.sh/), you can install Sui with the following commands:
If you use [Homebrew](https://brew.sh/), you can install Sui with the following command:

```bash
brew tap mystenlabs/tap
brew install mystenlabs/tap/sui
brew install sui
```

## Install from binaries {#install-binaries}
Expand Down

0 comments on commit 2957fe3

Please sign in to comment.