Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Joakim Söderberg
0c8b1ce780 Update README.build.md
Fix invalid formatting.

Mostly to test if CI still works :)
2015-10-16 21:19:13 +02:00

View file

@ -45,7 +45,7 @@ Building on Unix:
$ cmake ..
```
(**NOTE**: The `build/`` directory can have any name and be located anywhere
(**NOTE**: The `build/` directory can have any name and be located anywhere
on your filesystem, and that the argument `..` given to cmake is simply
the source directory of **libwebsockets** containing the [CMakeLists.txt](CMakeLists.txt)
project file. All examples in this file assumes you use "..")