Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Valls Fernández committed Mar 15, 2020
1 parent 9639a2e commit 6cc1e10
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# QR Serve

This is a small windows utility which serves a file over LAN,
showing a QR code which can be scanned by other devices on the
same network to retrieve the file.

## How to use

Drag and drop the file you want to serve to QR Serve, or right
click the file and choose "Open with...", then find and pick
the QR Serve binary.

## Building QR Serve

- Install Go and project dependencies
- Get rsrc - `go install github.com/akavel/rsrc`
- Run `release.sh`

0 comments on commit 6cc1e10

Please sign in to comment.