We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b4924 commit d8053f4Copy full SHA for d8053f4
README.md
@@ -19,6 +19,7 @@ use the `--browser` argument followed by the command needed to launch the web br
19
- `w3m`
20
- `curl`
21
- [`jq`](https://github.com/stedolan/jq)
22
+- `xclip`
23
24
## Installation
25
### Install locally
@@ -58,7 +59,7 @@ requirements:
58
59
60
```bash
61
$ docker build -t mail .; # Dockerfile available in source code
-$ docker run -it mail /bin/bash;
62
+$ docker run -it mail;
63
```
64
65
## Usage
0 commit comments