Преглед на файлове

Small fixes to the daemon readme

Jonas Pflanzer преди 4 години
родител
ревизия
36f2de46e8
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      daemon/README.md

+ 3 - 1
daemon/README.md

@@ -11,12 +11,14 @@ make
 ### Tests
 To build tests just set the `ENABLE_TESTS` variable to true and rebuild the program.
 ```
+mkdir build
+cd build
 cmake .. -DENABLE_TESTS=true
 make
 ```
 
 ## Run
-You must create a [config.txt](#daemon-configuration) before running the server.
+You must [create a config.txt](#daemon-configuration) before running the server.
 ```
 bin/ccats
 ```