summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-10-06 21:40:47 +0200
committerGravatar Martin Szulecki2015-10-06 21:40:47 +0200
commit0d3094c474d361ada6d1cd3cc469b889773a8712 (patch)
treeb004a443df18b817f157cd20ab638a2d24ebec1c /README
parent6fd8536af092f689bee38cda75a801b5b8e710fa (diff)
downloadidevicerestore-0d3094c474d361ada6d1cd3cc469b889773a8712.tar.gz
idevicerestore-0d3094c474d361ada6d1cd3cc469b889773a8712.tar.bz2
Update README with common style
Diffstat (limited to 'README')
-rw-r--r--README49
1 files changed, 24 insertions, 25 deletions
diff --git a/README b/README
index eac8a9d..6353b68 100644
--- a/README
+++ b/README
@@ -18,52 +18,51 @@ Requirements
============
Development Packages of:
- libimobiledevice
- libirecovery
- libusbmuxd
- libplist
- libzip
- openssl
+ libimobiledevice
+ libirecovery
+ libusbmuxd
+ libplist
+ libzip
+ openssl
Software:
- usbmuxd
- make
- autoheader
- automake
- autoconf
- libtool
- pkg-config
- gcc
+ usbmuxd
+ make
+ autoheader
+ automake
+ autoconf
+ libtool
+ pkg-config
+ gcc
Installation
============
To compile run:
- ./configure
- make
- sudo make install
+ ./autogen.sh
+ make
+ sudo make install
Who/What/Where?
===============
Home:
- http://www.libimobiledevice.org/
- http://www.openjailbreak.org/
+ http://www.libimobiledevice.org/
Code:
- git clone http://git.sukimashita.com/idevicerestore.git
+ git clone http://git.libimobiledevice.org/idevicerestore.git
Code (Mirror):
- git clone https://github.com/libimobiledevice/idevicerestore
+ git clone https://github.com/libimobiledevice/idevicerestore.git
Tickets:
- http://github.com/libimobiledevice/idevicerestore/issues
+ http://github.com/libimobiledevice/idevicerestore/issues
Mailing List:
- http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
+ http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
IRC:
- irc://irc.freenode.net#libimobiledevice
+ irc://irc.freenode.net#libimobiledevice
Credits
=======
@@ -73,4 +72,4 @@ idevicerestore is an independent software tool and has not been
authorized, sponsored, or otherwise approved by Apple Inc.
README Updated on:
- 2013-09-23 \ No newline at end of file
+ 2015-10-06