Update Readme file for quirc-openipc package

pull/1125/head
Igor Zalatov (from Citadel PC) 2023-11-08 15:08:33 +03:00
parent 5665ddfe66
commit 61cb71907e
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
sample use:
### Sample usage
curl -s -o /tmp/img.jpg http://127.0.0.1/image.jpg ; qrscan -p /tmp/img.jpg
```
#!/bin/sh
while true ; do
sleep 1
curl -s -o /tmp/img.jpg http://127.0.0.1/image.jpg ; qrscan -p /tmp/img.jpg
done
```