summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-08 13:55:55 +0200
committerGravatar Martin Szulecki2020-06-08 13:55:55 +0200
commit7aba50d9b6766c693e2d63681d04f446aa967a47 (patch)
tree3cdb677fad500bf16cec6022887d65083f7cbc1b
parent7394006f188cd4c7edca39472c3b3f5f728dcfe6 (diff)
downloadideviceinstaller-7aba50d9b6766c693e2d63681d04f446aa967a47.tar.gz
ideviceinstaller-7aba50d9b6766c693e2d63681d04f446aa967a47.tar.bz2
Convert README to markdown syntax, update content and links
-rw-r--r--README59
-rw-r--r--README.md44
2 files changed, 44 insertions, 59 deletions
diff --git a/README b/README
deleted file mode 100644
index 008cfad..0000000
--- a/README
+++ /dev/null
@@ -1,59 +0,0 @@
-About
-=====
-
-ideviceinstaller is a tool to interact with the installation_proxy
-of an iOS device allowing to install, upgrade, uninstall, archive, restore
-and enumerate installed or archived apps.
-
-It makes use of the fabulous libimobiledevice library that allows communication
-with iOS devices.
-
-Requirements
-============
-
-Development Packages of:
- libimobiledevice
- libplist
- libzip
-
-Installation
-============
-
-To compile run:
- ./autogen.sh
- make
- sudo make install
-
-Who/What/Where?
-===============
-
-Home:
- http://www.libimobiledevice.org/
-
-Code:
- git clone http://git.libimobiledevice.org/ideviceinstaller.git
-
-Code (Mirror):
- git clone https://github.com/libimobiledevice/ideviceinstaller.git
-
-Tickets:
- http://github.com/libimobiledevice/ideviceinstaller/issues
-
-Mailing List:
- http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
-
-IRC:
- irc://irc.freenode.net#libimobiledevice
-
-Twitter:
- https://twitter.com/libimobiledev
-
-Credits
-=======
-
-Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
-libimobiledevice is an independent software library and has not been
-authorized, sponsored or otherwise approved by Apple Inc.
-
-README Updated on:
- 2015-01-28
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5ed83f3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,44 @@
+# ideviceinstaller
+
+## About
+
+The ideviceinstaller tool allows interacting with the installation_proxy service
+of an iOS device allowing to install, upgrade, uninstall, archive, restore
+and enumerate installed or archived apps.
+
+It makes use of the fabulous libimobiledevice library that allows communication
+with iOS devices.
+
+## Requirements
+
+Development Packages of:
+* libimobiledevice
+* libplist
+* libzip
+
+## Installation
+
+To compile run:
+```bash
+./autogen.sh
+make
+sudo make install
+```
+
+## Who/What/Where?
+
+* Home: https://libimobiledevice.org/
+* Code: `git clone https://git.libimobiledevice.org/ideviceinstaller.git`
+* Code (Mirror): `git clone https://github.com/libimobiledevice/ideviceinstaller.git`
+* Tickets: https://github.com/libimobiledevice/ideviceinstaller/issues
+* Mailing List: https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
+* Twitter: https://twitter.com/libimobiledev
+
+## Credits
+
+Apple, iPhone, iPod, iPad, Apple TV and iPod Touch are trademarks of Apple Inc.
+
+ideviceinstaller is an independent software application and has not been
+authorized, sponsored or otherwise approved by Apple Inc.
+
+README Updated on: 2020-06-08