summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2022-08-26 20:48:42 -0400
committerseth <[email protected]>2022-08-26 20:53:34 -0400
commit22378abce34f4b27db884692d5d99bec9dcef034 (patch)
treed6afc3e2b28865b00bc809dd0c2a1d8d970ebf98 /README.md
parenta2c082e7d3ecba60c872ef23e5db59ecfa6aed97 (diff)
[build-system] switch to flit
setuptools >=61 isn't supported on many distros
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 401eb39..34dccd6 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ see `default-config.json` for example
## how to install
hiccup only needs one command to install :)
```sh
-python setup.py install --user
+python3 -m flit install --user
```
or you can use the [aur package](https://aur.archlinux.org/packages/hiccup-git)