We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f49a349 + c571b6c commit 18a34bcCopy full SHA for 18a34bc
1 file changed
README.md
@@ -43,6 +43,9 @@ $ cd Github-Redirect
43
# Install dependencies
44
$ bun i
45
46
+# Configure environment variables
47
+$ echo "GITHUB_USER=your_github_username" > .env
48
+
49
# Run the project
50
$ bun start
51
@@ -52,7 +55,7 @@ $ bun start
52
55
## :whale: Docker
53
56
54
57
```bash
-$ docker run -d -p 5000:5000 ghcr.io/lautydev/github-redirect:latest
58
+$ docker run -p 5000:5000 -e GITHUB_USER=your_github_username ghcr.io/lautydev/github-redirect:latest
59
60
# The server will initialize in the <http://localhost:5000>
61
```
0 commit comments