v0.1.1 -> v0.1.2

This commit is contained in:
2020-01-22 15:00:01 +08:00
parent b2d0865f43
commit 7bb0111ad2
3 changed files with 34 additions and 22 deletions

View File

@@ -1,11 +1,16 @@
# qr
QR cli tool
Install:
```
cargo install qr
$ cargo install qr
```
Usage:
```
$ qr 'hello world'
```
```
qr 'hello world'
```