Skip to content

Commit dfb788f

Browse files
Chris ConstantineChris Constantine
Chris Constantine
authored and
Chris Constantine
committed
Add an initial readme with a quickstart
1 parent c9a5da5 commit dfb788f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
CacheFS
2+
=======
3+
Caching your files so you don't have to.
4+
5+
Quick Start (Ubuntu)
6+
-----------
7+
Install libfuse2 and python bindings
8+
9+
sudo apt-get install libfuse2 python-fuse
10+
11+
Grab the latest CacheFS
12+
13+
git clone [email protected]:cconstantine/CacheFS.git
14+
15+
16+
Start caching
17+
18+
./CacheFS/cachefs.py <mount point> -o target=<slow drive>
19+
20+
Thats it!
21+

0 commit comments

Comments
 (0)