Updated README

This commit is contained in:
2023-03-27 17:32:42 -05:00
parent 643c8abb67
commit b8a9f77e13

View File

@@ -27,7 +27,7 @@ The library can also be installed using the provided Mekfile.
```
make install
```
The `install` target supports two environment variables. `DESTDIR`, which specifies the installation directory, and `PREFIX` which specifies the installation prefix. They are used as follows:
The `install` target supports two environment variables. `DESTDIR`, which specifies the installation directory, and `PREFIX` which specifies the installation prefix. They can be used as follows:
`DESTDIR=/home/user PREFIX=/usr/local make install`