forked from andonome/lk
		
	embiggen qr_encode
This commit is contained in:
		| @@ -1,9 +1,13 @@ | |||||||
| --- | --- | ||||||
| title: "qrencode" | title: [ "qrencode" ] | ||||||
| tags: [ "Documentation", "vision" ] | 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" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user