docs(readme): add --rm to Docker example (#101)

This commit is contained in:
Elan Ruusamäe 2023-02-10 02:41:05 +02:00 committed by GitHub
parent 4e647757f4
commit 191d45dd59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ Carbonyl originally started as [`html2svg`](https://github.com/fathyb/html2svg)
### Docker
```shell
$ docker run -ti fathyb/carbonyl https://youtube.com
$ docker run --rm -ti fathyb/carbonyl https://youtube.com
```
### npm