This commit is contained in:
Brandon Rozek 2024-04-16 23:39:03 -04:00
parent 2f9042b7b1
commit 8bcee78f1a
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -13,3 +13,10 @@ echo "https://brandonrozek.com" | qrencode -t ansiutf8
``` ```
![](/files/images/blog/20200926221423.png) ![](/files/images/blog/20200926221423.png)
After viewing it on your terminal, you can save it to a PNG file
```bash
echo "https://brandonrozek.com" | qrencode -t png -o qrcode.png
```