Skip to content

Commit

Permalink
Update installation instructions (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Nov 30, 2023
1 parent bf3bd21 commit b8dbdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b8dbdb4

Please sign in to comment.