There was an error while loading. Please reload this page.
1 parent 6140312 commit 6ab8ee0Copy full SHA for 6ab8ee0
README.md
@@ -23,11 +23,11 @@ Currently doesn't write to a secure WebSocket connection (i.e. `wss://`).
23
1. Install [Conan](https://conan.io/downloads) - a free and open-source C/C++ package manager.
24
2. Create a default Conan profile:
25
26
- conan profile detect --force
+ conan profile detect --force
27
28
3. Install dmon (**requires** `curl`):
29
30
- ./install-dmon.bash
+ ./install-dmon.bash
31
32
4. `conan install . --output-folder=build --build=missing`
33
0 commit comments