Skip to content

Commit

Permalink
Updated readme for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stautonico committed Jul 22, 2022
1 parent 5e9bc38 commit 910e989
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 910e989

Please sign in to comment.