summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-08-28 00:27:01 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-08-28 00:27:01 +0200
commit149753dab8582f21eb5dd6af79a1d865f26c1a40 (patch)
tree36406252c97c20fe61bdd0f7bbe350b9c873b778 /README.md
parentac8ad5de03edd0668b74197fad8840a2a664daa7 (diff)
downloadelementary-xfce-149753dab8582f21eb5dd6af79a1d865f26c1a40.tar.gz
Fix error in readme
Diffstat (limited to 'README.md')
-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