diff --git a/README.txt b/README.txt index fc4125fea..94da6d49a 100644 --- a/README.txt +++ b/README.txt @@ -8,7 +8,7 @@ instructions at http://dlib.net/howto_contribute.html. COMPILING DLIB EXAMPLE PROGRAMS - go into the examples folder and type: + Go into the examples folder and type: mkdir build; cd build; cmake .. ; cmake --build . That will build all the examples. Note that there is nothing to install