README: Consistently use Release in examples.

Following the instructions in the README from the top, I don't
get a `Debug` build directory, only `Release`.  So, stick to that.
This commit is contained in:
Greg Price 2017-10-28 23:28:18 -07:00
parent 276ca6ab8a
commit 6bfe95fc95

View file

@ -208,7 +208,7 @@ To demo this parser's capabilities, compile this program like this:
```sh
clang \
-I tree-sitter/include \
-L tree-sitter/out/Debug \
-L tree-sitter/out/Release \
test_parser.c arithmetic_parser.c \
-l runtime \
-o test_parser