Add install documentation

This commit is contained in:
Tor Arne Vestbø
2021-07-06 22:27:18 +02:00
parent 0c72dd7e42
commit d3cc4b63ff

View File

@@ -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
-----