From b8dbdb481acf289b344c08db3003a1038b9b3edf Mon Sep 17 00:00:00 2001 From: Nick Croucher Date: Thu, 30 Nov 2023 14:58:31 +0000 Subject: [PATCH] Update installation instructions (#152) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db862b6..a13e4a31 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ autoreconf -i make [sudo] make install cd python -[sudo] python3 -m pip install . +[sudo] python3 -m pip install [--prefix=$PREFIX] . ``` Use `sudo` to install Gubbins system-wide. If you don't have the permissions, run `configure` with a prefix to install Gubbins in your home directory.