From 0d3094c474d361ada6d1cd3cc469b889773a8712 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 6 Oct 2015 21:40:47 +0200 Subject: Update README with common style --- README | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) (limited to 'README') 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 -- cgit v1.1-32-gdbae