Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit 3e1ff37

Browse files
committed
Update readme instructions
1 parent 86b2b2e commit 3e1ff37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Before you use this adapter you need to make sure you have the [latest version o
1919
Follow the instructions to install [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy#installation) and [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice)
2020

2121
#### Windows
22-
All dependencies should be bundled. You should be good to go.
2322

24-
**iOS 10 & 11 on Windows**: Please be aware that iOS11 debugging might not work on Windows as the bundled version of [/ios-webkit- debug-proxy-win32](https://github.com/artygus/ios-webkit-debug-proxy-win32) may be out of date.
23+
Install [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy#installation) and [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice). On Windows you can use [scoop](http://scoop.sh/):
2524

26-
**Windows 64-bit environments**:
27-
Install the x64 version with [scoop](http://scoop.sh/)
2825
```
2926
scoop bucket add extras
3027
scoop install ios-webkit-debug-proxy
28+
npm install -g vs-libimobile
3129
```
3230

31+
32+
3333
#### OSX/Mac
3434
Make sure you have Homebrew installed, and run the following command to install [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy) and [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice)
3535

0 commit comments

Comments
 (0)