diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-07-10 10:55:26 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-07-10 10:55:26 +0000 |
commit | 2e8b58f254b68cb02bbe78ca23da919fd223e299 (patch) | |
tree | dd7c52bd5d2aa7356aa1201853500783b3e24c74 /README.md | |
parent | last line needs a new line to not mess up the prompt (diff) | |
download | colo-2e8b58f254b68cb02bbe78ca23da919fd223e299.tar.gz colo-2e8b58f254b68cb02bbe78ca23da919fd223e299.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ``` |