diff --git a/README.md b/README.md index 2e82e0e..f5cf392 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,17 @@ Accept donations from visitors to your [Discourse](https://www.discourse.org/) f * Add your Stripe public and private keys in settings and set the currency to your local value. * Enable the plugin and wait for people to donate money. +## Usage + +1. Click **Donate**: +![Menu Link](doc/menulink.png) + +1. Enter card details: +![Enter card details](doc/pre-payment.png) + +1. Click **Make Payment**: +![Enter card details](doc/post-payment.png) + ## Creating new user accounts **This is an experimental feature.** A user can create a new account if they makes a successful donation. Enable this in settings. When a user is not logged in, they will be asked to enter details for a new user account. This feature doesn't support mandatory custom user fields yet. diff --git a/doc/menulink.png b/doc/menulink.png new file mode 100644 index 0000000..ba820af Binary files /dev/null and b/doc/menulink.png differ diff --git a/doc/post-payment.png b/doc/post-payment.png new file mode 100644 index 0000000..7a152e1 Binary files /dev/null and b/doc/post-payment.png differ diff --git a/doc/pre-payment.png b/doc/pre-payment.png new file mode 100644 index 0000000..e07c072 Binary files /dev/null and b/doc/pre-payment.png differ