We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c72dd7 commit d3cc4b6Copy full SHA for d3cc4b6
1 file changed
README.md
@@ -42,6 +42,14 @@ Compile:
42
**Note:** If your FUSE installation is in a non-default location you may have to
43
export `PKG_CONFIG_PATH` before compiling.
44
45
+Install:
46
+
47
+ sudo make install
48
49
+The default install prefix is `/usr/local`. To choose another prefix pass
50
+`prefix=/foo/bar` when installing. The `DESTDIR` variable for packaging is
51
+also supported.
52
53
Usage
54
-----
55
0 commit comments