Skip to content

Commit

Permalink
Refactor Docker run command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tt72 committed Dec 31, 2023
1 parent 492f84d commit b6ae7aa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ I wanted to have a terminal style website for a long time, and I finally decided
docker run -d --name terminal -p 3000:3000 ghcr.io/m4tt72/terminal
```

```bash
docker run -d \
--name terminal \
-p 3000:3000 \
ghcr.io/m4tt72/terminal
```

### Using npm/yarn

1. Install dependencies:
Expand Down

0 comments on commit b6ae7aa

Please sign in to comment.