From a979967378fcf3678297ff5f7e81fef528cd0cc9 Mon Sep 17 00:00:00 2001 From: Moritz W Date: Wed, 18 Oct 2017 14:11:47 +0200 Subject: [PATCH] Fix problem with special characters --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35700d7..2cb64cf 100755 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ mkdir build cd build cmake .. ``` -Then compile the code with make. If you are inpatient use the option -j, where number specifies how many files are compiled at the same time. Note this number should not exceed the number of cores*2 of your machine. +Then compile the code with make. If you are inpatient use the option -j\, where number specifies how many files are compiled at the same time. Note this number should not exceed the number of cores*2 of your machine. ```bash make ``` @@ -98,7 +98,7 @@ cd build cmake .. -Dhueplusplus_TESTS=ON make ``` -To execute them use +To execute the tests use ```bash ./hueplusplus/test/HuePlusPlus_Test ``` -- libgit2 0.21.4