Przeglądaj źródła

Small fixes to the daemon readme

Jonas Pflanzer 4 lat temu
rodzic
commit
36f2de46e8
1 zmienionych plików z 3 dodań i 1 usunięć
  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
 ```