commit 3b37972a2808736aa08262456b2a9ac91a624aa5
parent adf909ebdcc537d0b9c2b15a8a491f7329482d3c
Author: Christoph Lohmann <20h@r-36.net>
Date: Tue, 30 Jan 2024 06:54:32 +0100
Fix DESTDIR in README.md.
Thanks IanJ!
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -55,7 +55,7 @@ variables for openers.
# Install plumb to user's $HOME
% make install
# Or, install to a specific directory
- % make install INSTALL_DIR=/usr/local/bin
+ % make install DESTDIR=/usr/local/bin
## Usage