Skip to content

Commit 1001e3d

Browse files
style: Formatted code with Prettier
1 parent f3a26db commit 1001e3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ Docker is a great option for self-hosting with full control over your environmen
263263
### Step-by-step instructions for deploying with Docker
264264

265265
1. Clone the repository:
266+
266267
```bash
267268
git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
268269
cd github-readme-streak-stats
@@ -273,11 +274,13 @@ Docker is a great option for self-hosting with full control over your environmen
273274
3. Scroll to the bottom and click "Generate token"
274275

275276
4. Build the Docker image:
277+
276278
```bash
277279
docker build -t streak-stats .
278280
```
279281

280282
5. Run the container with your GitHub token:
283+
281284
```bash
282285
docker run -d -p 8080:80 -e TOKEN=your_github_token_here streak-stats
283286
```

0 commit comments

Comments
 (0)