-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |