diff options
| author | seth <[email protected]> | 2022-08-21 13:14:00 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-21 13:15:45 -0400 |
| commit | a615f6cc4901a05f7fe72a55d005280119cb792e (patch) | |
| tree | 0f3ddc4ac0a27e3a0077e0b79082df17a4e6e5b9 /README.md | |
| parent | a2ff6e94b6ba21818613611cb3fed15e56f4894d (diff) | |
refactor and (try to) follow PEP518
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 ``` |
