Update README.md
This commit is contained in:
parent
df66fef0fc
commit
683f313533
|
@ -13,6 +13,10 @@ Accept donations in Discourse! Integrates with [Stripe](https://stripe.com).
|
|||
|
||||
Visit `/admin/plugins` and configure.
|
||||
|
||||
## Customisations
|
||||
|
||||
Visit `/admin/customize/site_texts` and search for 'discourse_donations'. You'll find a few entries you can customise for your site.
|
||||
|
||||
## Testing
|
||||
|
||||
* To run the rails specs, install the plugin and run `bundle exec rake plugin:spec[discourse-donations]` in the discourse root directory.
|
||||
|
@ -21,9 +25,7 @@ Visit `/admin/plugins` and configure.
|
|||
|
||||
**Note:**
|
||||
|
||||
* [This fix](https://github.com/discourse/discourse/pull/4719) is required to run qunit test modules.
|
||||
* If you're using a zsh shell, then you probably get this error: `zsh: no matches found ...` and you'll need to escape the square brackets with backslashes.
|
||||
* [This fix](https://github.com/discourse/discourse/pull/4738) renders the extra nav items consistently.
|
||||
|
||||
## TODO
|
||||
|
||||
|
|
Loading…
Reference in New Issue