From 0c8b1ce7809e813154c0c421533e4a0adf37cac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B6derberg?= Date: Fri, 16 Oct 2015 21:19:13 +0200 Subject: [PATCH] Update README.build.md Fix invalid formatting. Mostly to test if CI still works :) --- README.build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.build.md b/README.build.md index f2d0db81..e1f7c995 100644 --- a/README.build.md +++ b/README.build.md @@ -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 "..")