From 6d53fbd677272040c14b978614fe28ba617c2b58 Mon Sep 17 00:00:00 2001 From: Simon Vetter Date: Wed, 13 Mar 2013 18:31:06 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15248d3..1fed0ae 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ Read NEWS for more details. ### Installation Pretty standard unix stuff: +```bash ./configure && make && sudo make install && echo 'done!' +``` Use --disable-fuse and/or --disable-gcrypt if your system cannot meet those dependancies. (note that disabling gcrypt will prevent you from using login/password auth.)