From 8ee818df9b7f0527bbd6596c56eac04e144889fe Mon Sep 17 00:00:00 2001
From: Matt Colyer
Date: Mon, 9 Feb 2009 19:31:27 -0800
Subject: Added some notes to the README to make it more clear.

---
 README | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'README')

diff --git a/README b/README
index 1610373..2a2ff09 100644
--- a/README
+++ b/README
@@ -35,7 +35,9 @@ Now comes the fun bit!
 
 To mount:
 
-	mount -t ifuse <device file> <mountpoint>
+	mount -t ifuse <device file> <mountpoint> (if installed to /sbin)
+
+	./mount.fuse.ifuse <device file> <mountpoint> (for local access)
 
 Note: the device file is not important and can be anything but it will show up
 in the mtab, so sometimes it's useful.
@@ -46,7 +48,9 @@ To unmount:
 Currently ifuse (via the AFC protocol) only gives access to the
 '/var/root/Media/' chroot on the iPhone (containing music/pictures). However,
 if the device has been jailedbreaked a full view of the iPhone's filesystem
-will be available.
+will be available with the following command 
+
+	./mount.fuse.ifuse --afc <device file> <mountpoint>
 
 ==== Setting up FUSE ====
 
-- 
cgit v1.1-32-gdbae