diff options
| author | seth <[email protected]> | 2022-08-04 04:12:21 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-04 04:26:49 -0400 |
| commit | e0bef4d397c0c88dd052466be2e12dc8b1d73813 (patch) | |
| tree | 028c6d8479234fd4cf09678c4894bfa08e757584 /README.md | |
initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c20e341 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# hiccup + +hiccup is a python script that attempts to upgrade your system with multiple package managers. + +## how it works +hiccup reads from `$XDG_CONFIG_HOME/hiccup/config.json`. this file specifies distros (by their freedesktop id), shell plugin +managers, and other package managers, paired with a command that runs an update - see `default-config.json`. + +## how to install +hiccup only needs one command to install :) +```sh +make install +``` + +and to uninstall: +```sh +make uninstall +``` |
