diff options
author | boxingsquirrel | 2011-04-30 17:32:16 -0400 |
---|---|---|
committer | boxingsquirrel | 2011-04-30 17:32:16 -0400 |
commit | 1a536a74e0e68ca930841511e60e0a28dfb2a04b (patch) | |
tree | 690f32f51d022cbea5ec42dd231753bc9d0aa7bd /README | |
parent | 1c851c273dece4d1a6efa5a6e093557bd0e862c1 (diff) | |
download | idevicerestore-1a536a74e0e68ca930841511e60e0a28dfb2a04b.tar.gz idevicerestore-1a536a74e0e68ca930841511e60e0a28dfb2a04b.tar.bz2 |
Updated documentation
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -19,12 +19,6 @@ make && sudo make install cd ~ -git clone http://github.com/chronicdev/libirecovery.git -cd libirecovery -make linux && sudo make install - -cd ~ - git clone http://git.sukimashita.com/libimobiledevice.git cd libimobiledevice ./autogen.sh @@ -56,6 +50,9 @@ idevicerestore [-d] [-u] [-c] [-v] [-h] <input.ipsw> -u, target specific device by its 40-digit device UUID -h, prints usage information -c, restore with a custom firmware + -e, erase the device first + -s, use saurik's server instead of Apple's + -x, exclude NOR/Baseband update -v, enable incremental levels of verboseness @@ -67,4 +64,4 @@ idevicerestore [-d] [-u] [-c] [-v] [-h] <input.ipsw> -d enable communication debugging -h prints usage information -u UUID target specific device by its 40-digit device UUID - -f FILE activates device with local activation record
\ No newline at end of file + -f FILE activates device with local activation record |