summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-01-25 02:43:54 +0100
committerGravatar Nikias Bassen2014-01-25 02:43:54 +0100
commit2d2ee31546b9bf5fb4bc3d0862d4f1f8bccd0015 (patch)
treec1385634138d6219b2afcaed47b9de6be5ed786a
parentc3a37c778ca404beb5e6acd78658a2467d18f3d6 (diff)
downloadusbmuxd-2d2ee31546b9bf5fb4bc3d0862d4f1f8bccd0015.tar.gz
usbmuxd-2d2ee31546b9bf5fb4bc3d0862d4f1f8bccd0015.tar.bz2
updated 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