branch: elpa/clojure-mode
commit bb74491136e2d383f0d9d0c5eae8830d2efbf8b5
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Fix development setup instructions in CONTRIBUTING.md
    
    Replace the non-existent "eldev build" command and separate "make test"
    step with a single "make all" which compiles, lints, and tests.
---
 CONTRIBUTING.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6a6ca67d28..e2bd896bde 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -40,8 +40,7 @@ and description in grammatically correct, complete sentences.
 
 1. Fork and clone the repository.
 1. Install [Eldev][7].
-1. Run `eldev build` in the repository folder.
-1. Run tests with `make test`.
+1. Run `make all` to compile, lint and run the tests.
 
 **Note:** macOS no longer ships with Emacs (it was removed in Catalina).
 macOS users will need to install Emacs manually (e.g. via `homebrew`).

Reply via email to