summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc590fb2..0d3ef9d0 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ You can use the Makefile to install the theme locally (default prefix is /usr/lo
### Installation for the current user only (without admin privileges)
```
-./autogen.sh --prefix=$HOME/.local
+./configure --prefix=$HOME/.local
make
make install
make icon-caches
@@ -40,7 +40,7 @@ make icon-caches
### Installation for all users
```
-./autogen.sh
+./configure
make
sudo make install
sudo make icon-cache