Merge pull request #400 from xor-gate/st-info-add-openocd-hla-serial
[fw/stlink] / README
diff --git a/README b/README
index 986de7002aa90c9a932462c0efb5dd4c8100f9fd..e5a51cf5e155c6401b552dc579ea410fdbe83198 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 STMicroelectronics Stlink Tools
 ===============================
 
-[![Build Status](https://travis-ci.org/xor-gate/stlink.svg?branch=travis)](https://travis-ci.org/xor-gate/stlink)
+[![Build Status](https://travis-ci.org/texane/stlink.svg?branch=travis)](https://travis-ci.org/texane/stlink)
 
 ## HOWTO
 
@@ -57,7 +57,7 @@ $ make
 
 ```
 $ mkdir build && cd build
-$ cmake ..
+$ cmake -DCMAKE_BUILD_TYPE=Debug ..
 $ make
 ```