Skip to content

Commit d3cc4b6

Browse files
committed
Add install documentation
1 parent 0c72dd7 commit d3cc4b6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ Compile:
4242
**Note:** If your FUSE installation is in a non-default location you may have to
4343
export `PKG_CONFIG_PATH` before compiling.
4444

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+
4553
Usage
4654
-----
4755

0 commit comments

Comments
 (0)