An open API service indexing awesome lists of open source software.

https://github.com/probiusofficial/sui-devsetup

使用二进制文件快速构建sui开发环境w
https://github.com/probiusofficial/sui-devsetup

Last synced: 5 days ago
JSON representation

使用二进制文件快速构建sui开发环境w

Awesome Lists containing this project

README

          

# Sui-DevSetup
使用二进制文件自动化构建快速自动化构建sui开发环境...

## MacOS

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

没有Homebrew?>使用下面命令一键安装

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

## Windows

> author: 不霁何虹@WGB5445
```powershell
Invoke-Expression (Invoke-WebRequest -Uri "https://gist.githubusercontent.com/WGB5445/73b3b54f8293125d4ba74260ea5a39ce/raw" -UseBasicParsing).Content
```

## Linux-Ubuntu

```bash
curl -fsSL https://raw.githubusercontent.com/ProbiusOfficial/Sui-DevSetup/main/sui-ubuntu-x86_64.sh | bash
```