From 7450303517d88274aec0ebada1c8dff45f41d29f Mon Sep 17 00:00:00 2001 From: gigirassy Date: Tue, 28 Jul 2026 04:23:01 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 356fe6d..6042606 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # patchycli -simple python 3.13+ cli for patchy.moe \ No newline at end of file +simple python 3.13+ cli for patchy.moe, with no pip dependencies + +this should work across all unixen. (macos, the bsds, linux) + +installation is simple. + +* ``wget -O ~/.local/bin/patchycli https://codeberg.org/gigirassy/patchycli/raw/branch/main/patchycli.py`` +* ``chmod +x ~/.local/bin/patchycli`` + +feel free to change ``~/.local/bin`` to another PATH accordingly. + +usage is as simple as ``patchycli file.png`` + +## license + +isc. \ No newline at end of file