mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Edits
This commit is contained in:
parent
2f9042b7b1
commit
8bcee78f1a
1 changed files with 7 additions and 0 deletions
|
@ -13,3 +13,10 @@ echo "https://brandonrozek.com" | qrencode -t ansiutf8
|
|||
```
|
||||
|
||||
![](/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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue