summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index b9433a0..ca377e4 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,5 @@ see `default-config.json` for example
## how to install
hiccup only needs one command to install :)
```sh
-make install
-```
-
-and to uninstall:
-```sh
-make uninstall
+python setup.py install --user
```