branch: elpa/mastodon commit 63e7e6823d5ccf13cf5865c5a95af37bb23584a5 Merge: b3fe122fe6 1b013e9f7b Author: martianh <marti...@noreply.codeberg.org> Commit: martianh <marti...@noreply.codeberg.org>
Merge pull request 'Update README to mention Cask' (#691) from davemq/mastodon.el:mastodon-readme-cask into develop --- README.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 1b80e59c3d..caf9b0e629 100644 --- a/README.org +++ b/README.org @@ -565,11 +565,12 @@ am=, if you want to actually contribute a commit. *** Fixes and features -1. Create an [[https://codeberg.org/martianh/mastodon.el/issues][issue]] detailing what you'd like to do. -2. Fork the repository and create a branch off of =develop=. -3. Run the tests and ensure that your code doesn't break any of them. -4. Create a pull request (to develop) referencing the issue created in - step 1. +1. Install [[https://cask.readthedocs.io/en/latest/guide/installation.html][Cask]] if you don't already have it installed +2. Create an [[https://codeberg.org/martianh/mastodon.el/issues][issue]] detailing what you'd like to do. +3. Fork the repository and create a branch off of =develop=. +4. Run the tests (with =make tests=) and ensure that your code doesn't break any of them. +5. Create a pull request (to develop) referencing the issue created in + step 2. *** Coding style