Skip to content

Commit

Permalink
Windows Sui installation instructions (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedks authored Apr 12, 2024
1 parent 2857596 commit 91d887c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions book/src/before-we-begin/install-sui.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ You can install Sui using the [Homebrew](https://brew.sh/) package manager.
brew install sui
```

## Install using Chocolatey (Windows)

You can install Sui using the [Chocolatey](https://chocolatey.org/install) package manager for Windows.

```bash
choco install sui
```

## Build using Cargo (MacOS, Linux)

You can install and build Sui locally by using the Cargo package manager (requires Rust)
Expand Down

0 comments on commit 91d887c

Please sign in to comment.