Skip to content

Commit

Permalink
Update README text (fix command)
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiSonoko committed Jul 18, 2020
1 parent 218e9eb commit 7a9097a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ Hanabi is a tool to feel summer in Japan.
## Run

```bash
$ docker run -it --rm -e COLUMNS=$COLUMNS -e LINES=$LINES docker.pkg.github.com/mizukisonoko/hanabi/hanabi:1.2 hanabi
$ docker run --rm -e COLUMNS=$COLUMNS -e LINES=$LINES docker.pkg.github.com/mizukisonoko/hanabi/hanabi:1.2
```

### With option
```bash
$ docker run --rm -e COLUMNS=$COLUMNS -e LINES=$LINES docker.pkg.github.com/mizukisonoko/hanabi/hanabi:1.2 hanabi -i
```

## Install
Expand Down

0 comments on commit 7a9097a

Please sign in to comment.