embiggen qr_encode

This commit is contained in:
Malin Freeborn 2022-11-27 19:42:19 +01:00
parent a3cd7d92f3
commit dfcdf5374c
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
1 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,13 @@
---
title: "qrencode"
title: [ "qrencode" ]
tags: [ "Documentation", "vision" ]
---
Make a QR Coded message:
Make a QR Code image:
qrencode -t ansi "Hello World"
> 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"