From caf849eb83951e356d9e9c1ccfc75f7b0490945c Mon Sep 17 00:00:00 2001 From: David Linke Date: Sat, 30 Nov 2024 10:14:45 +0100 Subject: [PATCH] INSTALL.md: fix typo Signed-off-by: David Linke --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c73774a4..78b62445 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -148,7 +148,7 @@ Command example for pipx: # Installation via Makefile Installing should be doable by hand, but a Makefile is provided for those -that prefer it. However, usage of the Makefile really requires overridding +that prefer it. However, usage of the Makefile really requires overriding at least a couple of the directories with sane values, e.g. $ make prefix=/usr pythondir=/usr/lib64/python3.8/site-packages install