瀏覽代碼

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
 ```