aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Murphy <alec@checksum.fail>2017-04-28 09:48:53 -0400
committerAlec Murphy <alec@checksum.fail>2017-04-28 09:48:53 -0400
commitdddede93cc68a5c96923dc7e4fdfff05b84a8ab6 (patch)
tree06c1569899137148bd9527fb8f53b0f580da00e4
parent3d9749ed11bb0fe6efe967ebc8afc76c6eb751e8 (diff)
Update README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9c69550..58a1371 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,14 @@ If the ISO.C file does not exist, a blank filesystem will be created (and writte
`fusermount -u <mount_point>` to unmount
+# Installation
+
+Clone the repo, move `isoc-mount` and `isoc.py` to `/usr/bin`, `chmod +x`.
+
+On a Debian/Ubuntu system: `sudo apt install fuse; sudo apt install python-pip; sudo pip install fusepy`
+
+NOTE: This will install fusepy globally, if that's not what you want... then you probably don't need instructions anyway :P
+
# Prerequisites
- FUSE