We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5947a commit a6f8d4cCopy full SHA for a6f8d4c
CONTRIBUTING.md
@@ -2,7 +2,7 @@ Tips for contributors
2
---------------------
3
4
* In your local repository, ensure that everything compiles by **running
5
- `make`** (this will launch byte compilation of lisp files and regression
+ `cmake . && make`** (this will launch byte compilation of lisp files and regression
6
tests).
7
* You are then ready to make a **pull request**. Please make pull requests
8
**against `master`**.
0 commit comments