We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9661851 + 8a2b4fc commit b51dc72Copy full SHA for b51dc72
readme.md
@@ -105,9 +105,9 @@ What makes sidenoder better than other sideloaders ?
105
1. Install ADB, RCLONE and OSXFUSE:
106
```
107
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
108
-brew cask install android-platform-tools
+brew install android-platform-tools
109
curl https://rclone.org/install.sh | sudo bash
110
-brew cask install osxfuse
+brew install osxfuse
111
112
2. Download and unpack the latest mac release (.App / .dmg) from `https://github.com/whitewhidow/quest-sidenoder/releases/latest`
113
3. Run the .App or .dmg
0 commit comments