From b8a9f77e132df260af1accf2e16c4c9518e07734 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Mon, 27 Mar 2023 17:32:42 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d36e411..9f487db 100644 --- a/README.md +++ b/README.md @@ -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`