turbo-editors/turbo-moonbitpublic Fork 0
v1.0.3
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-moonbit.git
git clone ssh://git@rickub.com/turbo-editors/turbo-moonbit.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

INSTALL.MACOS.md · 11 lines · 492 Bmarkdown Blame HistoryRaw
📦 Turbo MoonBit ded61de k33g 5h ago1# Install `turbo-moonbit` on macOS
2
3```bash
4# download the binary release in https://rickub.com/turbo-editors/turbo-moonbit/releases
5VERSION=1.0.3
6curl -fsSLO "https://rickub.com/turbo-editors/turbo-moonbit/releases/download/v${VERSION}/turbo-moonbit-${VERSION}-darwin-arm64"
7chmod +x ./turbo-moonbit-${VERSION}-darwin-arm64
8xattr -cr ./turbo-moonbit-${VERSION}-darwin-arm64
9sudo rm /usr/local/bin/turbo-moonbit
10sudo cp ./turbo-moonbit-${VERSION}-darwin-arm64 /usr/local/bin/turbo-moonbit
11```