Skip to content

Commit 18a34bc

Browse files
authored
Merge pull request #8 from LautyDev/dev
Update README
2 parents f49a349 + c571b6c commit 18a34bc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ $ cd Github-Redirect
4343
# Install dependencies
4444
$ bun i
4545

46+
# Configure environment variables
47+
$ echo "GITHUB_USER=your_github_username" > .env
48+
4649
# Run the project
4750
$ bun start
4851

@@ -52,7 +55,7 @@ $ bun start
5255
## :whale: Docker
5356

5457
```bash
55-
$ 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
5659

5760
# The server will initialize in the <http://localhost:5000>
5861
```

0 commit comments

Comments
 (0)