diff --git a/README.md b/README.md
index 9c0b97e..d5bce1c 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
Send emails from your terminal.
-
+
## Text-based User Interface
@@ -30,13 +30,19 @@ pop < message.md \
--attach invoice.pdf
```
-
+
### Environment
To use `pop`, you will need a `RESEND_API_KEY`. You can grab one from: https://resend.com/api-keys.
+To avoid typing your `From: ` email address, you can also set the `RESEND_FROM`
+environment to pre-fill the field anytime you launch `pop`.
+```bash
+export RESEND_API_KEY=$(pass RESEND_API_KEY)
+export RESEND_FROM=pop@charm.sh
+```
## Installation