File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 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.
3838
3939## Development setup
4040
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.
44441 . Run tests with ` make test ` .
4545
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+
4650[ 1 ] : https://github.com/clojure-emacs/clojure-mode/issues
4751[ 2 ] : http://gun.io/blog/how-to-github-fork-branch-and-pull-request
4852[ 3 ] : http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
4953[ 4 ] : https://help.github.com/articles/using-pull-requests
5054[ 5 ] : http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
5155[ 6 ] : https://github.com/clojure-emacs/clojure-mode/blob/master/CHANGELOG.md
5256[ 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