diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d3ca546
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# alfred-qr
+Alfred workflow for scanning and decoding QR codes by taking a snapshot, Built in Rust
+
+<p align="center"><a href="https://github.com/omerdn1/alfred-qr/releases/"><img src="screenshot.png"/></a></p>
+
+## Commands
+
+* `qr`: promts you to take a screenshot of a QR Code. Once the QR has been decoded, a notification will show, and the result will be saved to the clipboard
+
+## [Download .alfredworkflow](https://github.com/omerdn1/alfred-qr/releases/) 
+
+### Rebuild binary and alfred workflow
+
+```
+./build-workflow.sh
+open alfred-qr.alfredworkflow
+```
+
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000..20b3c79
Binary files /dev/null and b/screenshot.png differ