File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,20 @@ and description in grammatically correct, complete sentences.
38
38
39
39
## Development setup
40
40
41
- 1 . Fork and clone the repository
42
- 1 . Install [ Cask] [ 7 ] as per the instructions there .
43
- 1 . With Cask in your path run ` cask install ` in the repository folder.
41
+ 1 . Fork and clone the repository.
42
+ 1 . Install [ Cask] [ 7 ] .
43
+ 1 . Run ` cask install ` in the repository folder.
44
44
1 . Run tests with ` make test ` .
45
45
46
+ ** Note:** macOS users should make sure that the ` emacs ` command resolves the version of Emacs they've installed
47
+ manually (e.g. via ` homebrew ` ), instead of the ancient Emacs 22 that comes bundled with macOS.
48
+ See [ this article] [ 8 ] for more details.
49
+
46
50
[ 1 ] : https://github.com/clojure-emacs/clojure-mode/issues
47
51
[ 2 ] : http://gun.io/blog/how-to-github-fork-branch-and-pull-request
48
52
[ 3 ] : http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
49
53
[ 4 ] : https://help.github.com/articles/using-pull-requests
50
54
[ 5 ] : http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
51
55
[ 6 ] : https://github.com/clojure-emacs/clojure-mode/blob/master/CHANGELOG.md
52
56
[ 7 ] : https://github.com/cask/cask
57
+ [ 8 ] : https://emacsredux.com/blog/2015/05/09/emacs-on-os-x/
You can’t perform that action at this time.
0 commit comments