From b3fc392fb6004b7edee4694dbd1ea58a7ee891fb Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 31 May 2023 04:43:51 -0300 Subject: [PATCH] Update readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74e419c..475837e 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# QRTool \ No newline at end of file +# QRTool + +QRTool is a simple tool to generate QR codes from the command line. + +## Installation + +Clone the repo, and change directory into it. +Then: +``` +pipx install . +``` + +## Usage + +``` +qrtool --help +``` \ No newline at end of file