aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-07-10 10:55:26 +0000
committerterminaldweller <devi@terminaldweller.com>2023-07-10 10:55:26 +0000
commit2e8b58f254b68cb02bbe78ca23da919fd223e299 (patch)
treedd7c52bd5d2aa7356aa1201853500783b3e24c74
parentlast line needs a new line to not mess up the prompt (diff)
downloadcolo-main.tar.gz
colo-main.zip
updated the READMEHEADmain
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c00182..fdea5fe 100644
--- a/README.md
+++ b/README.md
@@ -21,5 +21,9 @@ optional arguments:
## How to get
```sh
-pip3 install colo
+pipx install colo
+```
+Also since this is a very small package without any dependencies you could always use `pipx run` without "installing the package":
+```sh
+pipx run colo
```