mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
qrencode: add page (#3618)
This commit is contained in:
parent
5fc68346d0
commit
acb14d8109
12
pages/common/qrencode.md
Normal file
12
pages/common/qrencode.md
Normal file
@ -0,0 +1,12 @@
|
||||
# qrencode
|
||||
|
||||
> QR Code generator. Supports PNG and EPS.
|
||||
> More information: <https://fukuchi.org/works/qrencode>.
|
||||
|
||||
- Convert a string to a QR code and save to an output file:
|
||||
|
||||
`qrencode -o {{path/to/output_file.png}} {{string}}`
|
||||
|
||||
- Convert an input file to a QR code and save to an output file:
|
||||
|
||||
`qrencode -o {{path/to/output_file.png}} -r {{path/to/input_file}}`
|
Loading…
Reference in New Issue
Block a user