🛟 Updated.
0c719ab parent: 85cf23f modified
INSTALL.MACOS.md +1 -1 | @@ -3,7 +3,7 @@ | ||
| 3 | 3 | ```bash |
| 4 | 4 | # download the binary release in https://rickub.com/turbo-editors/turbo-go/releases |
| 5 | 5 | VERSION=1.0.3 |
| 6 | -curl -fsSLO https://rickub.com/turbo-editors/turbo-go/releases/download/v${VERSION}/turbo-go-${VERSION}-darwin-arm64 | |
| 6 | +curl -fsSLO "https://rickub.com/turbo-editors/turbo-go/releases/download/v${VERSION}/turbo-go-${VERSION}-darwin-arm64" | |
| 7 | 7 | chmod +x ./turbo-go-${VERSION}-darwin-arm64 |
| 8 | 8 | xattr -cr ./turbo-go-${VERSION}-darwin-arm64 |
| 9 | 9 | sudo rm /usr/local/bin/turbo-go |
| @@ -3,7 +3,7 @@ | |||
| 3 | ```bash | 3 | ```bash |
| 4 | # download the binary release in https://rickub.com/turbo-editors/turbo-go/releases | 4 | # download the binary release in https://rickub.com/turbo-editors/turbo-go/releases |
| 5 | VERSION=1.0.3 | 5 | VERSION=1.0.3 |
| 6 | -curl -fsSLO https://rickub.com/turbo-editors/turbo-go/releases/download/v${VERSION}/turbo-go-${VERSION}-darwin-arm64 | 6 | +curl -fsSLO "https://rickub.com/turbo-editors/turbo-go/releases/download/v${VERSION}/turbo-go-${VERSION}-darwin-arm64" |
| 7 | chmod +x ./turbo-go-${VERSION}-darwin-arm64 | 7 | chmod +x ./turbo-go-${VERSION}-darwin-arm64 |
| 8 | xattr -cr ./turbo-go-${VERSION}-darwin-arm64 | 8 | xattr -cr ./turbo-go-${VERSION}-darwin-arm64 |
| 9 | sudo rm /usr/local/bin/turbo-go | 9 | sudo rm /usr/local/bin/turbo-go |