From d3cc4b63ff165e30795bbe5537d66541bbad415b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 6 Jul 2021 22:27:18 +0200 Subject: [PATCH] Add install documentation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8255ddd..770216d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,14 @@ Compile: **Note:** If your FUSE installation is in a non-default location you may have to export `PKG_CONFIG_PATH` before compiling. +Install: + + sudo make install + +The default install prefix is `/usr/local`. To choose another prefix pass +`prefix=/foo/bar` when installing. The `DESTDIR` variable for packaging is +also supported. + Usage -----