lk/vision/qrencode.md

14 lines
269 B
Markdown

---
title: "qrencode"
tags: [ "Documentation", "vision" ]
---
Make a QR Code image:
> qrencode 'https://play.google.com/store/apps/details?id=org.briarproject.briar.android' -o qr_briar.png
Make a QR Coded message in the terminal:
> qrencode -t ansi "Hello World"