Skip to content

Commit fe968d0

Browse files
committed
Usage example
1 parent 7a86cdd commit fe968d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,11 @@ qrscan <path/to/file> --qr \
6969
--jpeg path/to/out.jpeg \
7070
--ascii path/to/out.ascii
7171
```
72+
73+
### Some Usage Examples
74+
75+
Capture a screenshot of a selected area using [ImageMagic](https://imagemagick.org/index.php) and scan the QR code.
76+
77+
```bash
78+
import png:- | qrscan -
79+
```

0 commit comments

Comments
 (0)