Commit 0d844063 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

README.md: changed single-user install location to ~/.local

parent cd623680
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ sudo make install
### Quick Single-User Install

```
./configure --prefix=$HOME
./configure --prefix=$HOME/.local
make install
```