diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b1fd67d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,64 @@
+# Email
+
+Send emails from your terminal.
+
+## Command Line Interface
+
+```bash
+email --from "me@example.com" --to "you@example.com" \
+ --subject "Hello, world!" --attach invoice.pdf \
+ < message.md
+```
+
+
+## Text-based User Interface
+
+Launch the TUI
+
+```bash
+email
+```
+
+## Installation
+
+
+
+Install with Go:
+
+```sh
+go install github.com/maaslalani/email@main
+```
+
+Or download a binary from the [releases](https://github.com/maaslalani/email/releases).
+
+## License
+
+[MIT](https://github.com/maaslalani/email/blob/master/LICENSE)
+
+## Feedback
+
+I'd love to hear your feedback on improving `email`.
+
+Feel free to reach out via:
+* [Email](mailto:maas@lalani.dev)
+* [Twitter](https://twitter.com/maaslalani)
+* [GitHub issues](https://github.com/maaslalani/email/issues/new)
+
+---
+
+zzz