Skip to content

Commit 5bc13af

Browse files
author
Panos
committed
.
1 parent 86cd7ac commit 5bc13af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We like browsing GitHub's trending page, so we made a CLI version.
1818

1919
### Local install
2020
```bash
21-
git clone https://github.com/your-username/github-trending-cli.git
21+
git clone https://github.com/psalias2006/github-trending-cli.git
2222
cd github-trending-cli
2323

2424
python3 -m venv venv
@@ -31,8 +31,9 @@ pip install -e .
3131
### Docker
3232
```bash
3333
# Build and run
34-
git clone https://github.com/your-username/github-trending-cli.git
34+
git clone https://github.com/psalias2006/github-trending-cli.git
3535
cd github-trending-cli
36+
3637
docker build -t github-trending-cli .
3738
docker run -it --rm github-trending-cli
3839

0 commit comments

Comments
 (0)