diff options
author | Martin Szulecki | 2013-05-21 13:22:03 +0200 |
---|---|---|
committer | Martin Szulecki | 2013-05-21 13:22:03 +0200 |
commit | ed55a3769a4308c23a2b60a8aade915fa39363c3 (patch) | |
tree | 486f561c16428d4ad28d472f7954024c883c9970 | |
parent | a456086a02cd5be42dc277365851e798f72eeb26 (diff) | |
download | libirecovery-ed55a3769a4308c23a2b60a8aade915fa39363c3.tar.gz libirecovery-ed55a3769a4308c23a2b60a8aade915fa39363c3.tar.bz2 |
Update README with proper text description
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,8 @@ -== What is iRecovery? == +== What is libirecovery? == -iRecovery is a libusb-based commandline utility for Mac OS X, Windows, and Linux. It is able to talk to iBoot/iBSS in Apple's iPhone/iPod touch via USB. +libirecovery is a cross-platform library which implements communication to +iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility is also +provided. The software is completely open-source, the source code is released under the terms of the LGPL 2.1. The full license text can be found in the LICENSE file. @@ -19,4 +21,3 @@ irecovery [args] You can get info on the shell commands here: http://code.google.com/p/chronicdev/wiki/iBootCommands - |