From 910e98988a74fe9da3b670d66f976e39ce06ab5c Mon Sep 17 00:00:00 2001 From: Steve Tautonico Date: Fri, 22 Jul 2022 01:54:03 -0400 Subject: [PATCH] Updated readme for 2.0 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e5ddbf..680427f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ people use it when their terminal opens. This is a modified/custom version of th Installation is easy, just a simple one-liner. ```shell -wget -qO - https://raw.githubusercontent.com/stautonico/python-color-scripts/main/install.sh | sudo bash +wget -qO - https://raw.githubusercontent.com/stautonico/python-color-scripts/main/install | python ``` # Updating @@ -148,6 +148,11 @@ You can add your art to this repo by submitting a pull request with your changes * Manually verify that `~/.local/bin/python-colorscript` exists and is executable * Check with `stat ~/.local/bin/python-colorscript` +### "command 'python' not found" +* In this case, `python` is either not installed or not an alias of `python3` +* Try running the one liner with `python3` instead of `python` AKA try: + * `wget -qO - https://raw.githubusercontent.com/stautonico/python-color-scripts/main/install | python3` + # Credits Almost none of this is my original work, so all the credit belongs to these people: