summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 2 insertions, 4 deletions
diff --git a/README b/README
index 2f09d21..65219c1 100644
--- a/README
+++ b/README
@@ -33,9 +33,7 @@ U.S. and other countries.
33Building 33Building
34======== 34========
35 35
36 mkdir build 36 ./autogen.sh
37 cd build
38 cmake ..
39 make 37 make
40 sudo make install 38 sudo make install
41 39
@@ -65,7 +63,7 @@ If 'udev' is _not_ automatically running on your machine and picking up the new
65and that there is only one copy with 'ps aux | grep 63and that there is only one copy with 'ps aux | grep
66usbmuxd'. 64usbmuxd'.
67 65
68 sudo usbmuxd -U -v -v & 66 sudo usbmuxd -U usbmux -v -v &
69 ./iproxy 2222 22 & 67 ./iproxy 2222 22 &
70 ssh -p 2222 root@localhost 68 ssh -p 2222 root@localhost
71 69