summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-12-30 22:49:29 -0600
committerChristian Cleberg <[email protected]>2025-12-30 22:49:29 -0600
commit00f695c765aead8aa0160a3c676cf85716178beb (patch)
tree5fe14ad2bf2c9d325d192f51ac6854341b2ed5a1 /README.md
parent20fcb673f489a64ec38b94da889413bec2c2e633 (diff)
downloadnba-scores-00f695c765aead8aa0160a3c676cf85716178beb.tar.gz
nba-scores-00f695c765aead8aa0160a3c676cf85716178beb.tar.bz2
nba-scores-00f695c765aead8aa0160a3c676cf85716178beb.zip
update from sourcehut to cgit
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5c4971a..67ee760 100644
--- a/README.md
+++ b/README.md
@@ -27,12 +27,12 @@ pipx install nba-scores
To run the script locally, run the following commands:
```shell
-git clone https://git.sr.ht/~cxc/nba-scores
+git clone https://git.cleberg.net/nba-scores.git
cd nba-scores
pipx install .
```
-![Installation](https://git.sr.ht/~cxc/nba-scores/blob/main/screenshots/installation.png)
+![Installation](./screenshots/installation.png)
# Usage
@@ -47,10 +47,10 @@ All commands can be passed to the program with the following template:
| `--standings` | `-st` | Show current conference standings |
Scores:
-![Scores](https://git.sr.ht/~cxc/nba-scores/blob/main/screenshots/scores.png)
+![Scores](./screenshots/scores.png)
Standings:
-![Standings](https://git.sr.ht/~cxc/nba-scores/blob/main/screenshots/standings.png)
+![Standings](./screenshots/standings.png)
# Contributing