Skip to content

Commit eaa4bf4

Browse files
lbudartygus
authored andcommitted
docs: update troubleshooting instructions re: brew reinstall
* docs: update troubleshooting instructions * Update README.md * readme: remove unlink from reinstall, since it should be handled by uninstall
1 parent fa3e206 commit eaa4bf4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,10 @@ or
190190
Please upgrade libimobiledevice to version from master and rebuild ios-webkit-debug-proxy. Upcoming 1.2.1 has many fixes but not marked for release just yet. If you're on OS X:
191191

192192
brew update
193-
brew reinstall --HEAD usbmuxd
194-
brew reinstall --HEAD libimobiledevice
195-
brew reinstall -s ios-webkit-debug-proxy
193+
brew uninstall --force libimobiledevice ios-webkit-debug-proxy usbmuxd
194+
brew install --HEAD usbmuxd
195+
brew install --HEAD libimobiledevice
196+
brew install -s ios-webkit-debug-proxy
196197

197198

198199
##### Inspectable pages list is empty for iOS >= 12.2

0 commit comments

Comments
 (0)