add brew install command to README

This commit is contained in:
Pavel Sviderski
2025-02-06 14:54:55 +10:00
parent fb68303825
commit 0d9a2b6e07
+3
View File
@@ -67,6 +67,9 @@ platform, whether you're running on a $5 VPS, a spare Mac mini, or a rack of bar
1. Install Uncloud CLI: 1. Install Uncloud CLI:
```bash ```bash
brew install psviderski/tap/uncloud
# or using curl (macOS/Linux)
curl -fsS https://get.uncloud.run/install.sh | sh curl -fsS https://get.uncloud.run/install.sh | sh
``` ```