Skip to content

Commit bf6f4f2

Browse files
committed
build-install: fix spacing for ordered list
Signed-off-by: Lynette Miles <lynette.miles@chronosphere.io>
1 parent 38a826d commit bf6f4f2

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

installation/sources/build-and-install.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@ options.
2727
1. Let [CMake](http://cmake.org) configure the project specifying where the root
2828
path is located:
2929

30-
```bash
31-
cmake ../
32-
```
33-
34-
This command displays a series of results similar to:
35-
36-
```text
37-
-- The C compiler identification is GNU 4.9.2
38-
-- Check for working C compiler: /usr/bin/cc
39-
-- Check for working C compiler: /usr/bin/cc -- works
40-
-- Detecting C compiler ABI info
41-
-- Detecting C compiler ABI info - done
42-
-- The CXX compiler identification is GNU 4.9.2
43-
-- Check for working CXX compiler: /usr/bin/c++
44-
-- Check for working CXX compiler: /usr/bin/c++ -- works
45-
...
46-
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
47-
-- Looking for accept4
48-
-- Looking for accept4 - not found
49-
-- Configuring done
50-
-- Generating done
51-
-- Build files have been written to: /home/edsiper/coding/fluent-bit/build
52-
```
30+
```bash
31+
cmake ../
32+
```
33+
34+
This command displays a series of results similar to:
35+
36+
```text
37+
-- The C compiler identification is GNU 4.9.2
38+
-- Check for working C compiler: /usr/bin/cc
39+
-- Check for working C compiler: /usr/bin/cc -- works
40+
-- Detecting C compiler ABI info
41+
-- Detecting C compiler ABI info - done
42+
-- The CXX compiler identification is GNU 4.9.2
43+
-- Check for working CXX compiler: /usr/bin/c++
44+
-- Check for working CXX compiler: /usr/bin/c++ -- works
45+
...
46+
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
47+
-- Looking for accept4
48+
-- Looking for accept4 - not found
49+
-- Configuring done
50+
-- Generating done
51+
-- Build files have been written to: /home/edsiper/coding/fluent-bit/build
52+
```
5353

5454
1. Start the compilation process using the `make` command:
5555

0 commit comments

Comments
 (0)