diff options
author | Martin Szulecki | 2020-06-13 03:17:36 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-13 03:17:36 +0200 |
commit | eabee2d53c129fb9ba3ed60a0f545f18a5a805e6 (patch) | |
tree | 743bd947f8a28817a5de93e7edb5e2733ebb783b | |
parent | 3372ff5e543f2b5fda3d3a5503fae12488493555 (diff) | |
download | idevicerestore-eabee2d53c129fb9ba3ed60a0f545f18a5a805e6.tar.gz idevicerestore-eabee2d53c129fb9ba3ed60a0f545f18a5a805e6.tar.bz2 |
Update tagline and add opening text before feature list in README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ # idevicerestore -*The idevicerestore application allows to restore firmware files to iOS devices.* +*A command-line application to restore firmware files to iOS devices.* ## Features @@ -10,6 +10,8 @@ which are performed during the restore of a firmware to a device. In general, upgrades and downgrades are possible, however subject to availability of SHSH blobs from Apple for signing the firmare files. +Some key features are: + - **Restore:** Update firmware on iOS devices - **Firmware:** Use official IPSW firmware archive file or a directory as source - **Update:** Allows updating the device by default or erasing all data |