From d40c271921d92b3ea4e4c89387e0c940e5dcacde Mon Sep 17 00:00:00 2001
From: Nikias Bassen <nikias@gmx.li>
Date: Sat, 25 Jun 2011 02:56:48 +0200
Subject: [PATCH] Updated README

---
 README | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/README b/README
index 1ff55ea..c359dfa 100644
--- a/README
+++ b/README
@@ -10,12 +10,6 @@ You must have:
 	make
 	gcc
 
-	libcnary as a git submodule.
-	To retrieve the submodule code, you need to run:
-	  git submodule init
-	  git submodule update
-	in the base directory.
-
 Optional:
 	swig
 	python
@@ -28,8 +22,7 @@ To compile run:
 	sudo make install  # (if you want to install it into your system directories)
 
 On Ubuntu/Debian, you can do:
-	sudo apt-get install build-essential cmake \
-          libxml2-dev
+	sudo apt-get install build-essential cmake libxml2-dev
 
 
 == Who/what/where? ==
@@ -40,6 +33,9 @@ Home:
 Code:
 	git clone http://cgit.sukimashita.com/libplist.git/
 
+	libplist uses libcnary, see:
+	http://github.com/Chronic-Dev/libcnary
+
 Tickets:
 	http://libiphone.lighthouseapp.com/
 	Please tag libplist related bugs with 'libplist'
@@ -48,4 +44,4 @@ Mailing List:
 	http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
 
 updated:
-	2011-05-27
+	2011-06-25
-- 
2.18.1