We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cd7ac commit 5bc13afCopy full SHA for 5bc13af
README.md
@@ -18,7 +18,7 @@ We like browsing GitHub's trending page, so we made a CLI version.
18
19
### Local install
20
```bash
21
-git clone https://github.com/your-username/github-trending-cli.git
+git clone https://github.com/psalias2006/github-trending-cli.git
22
cd github-trending-cli
23
24
python3 -m venv venv
@@ -31,8 +31,9 @@ pip install -e .
31
### Docker
32
33
# Build and run
34
35
36
+
37
docker build -t github-trending-cli .
38
docker run -it --rm github-trending-cli
39
0 commit comments