Skip to content

Commit 3661692

Browse files
authored
Merge pull request #359 from JacobBarthelmeh/cmake
adjust md file for newlines
2 parents 7cd33a3 + 9e76c71 commit 3661692

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

cmake/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ This is an example of adding the wolfSSL library as a subdirectory to a project
22
and using cmake to build.
33

44
## Steps to build:
5-
6-
\# clone or download the wolfssl bundle and put it in the subdirectory wolfssl
5+
6+
```
7+
# clone or download the wolfssl bundle and put it in the subdirectory wolfssl
78
git clone https://github.com/wolfssl/wolfssl
89
mkdir build
910
cd build
1011
cmake .. -DCMAKE_C_FLAGS=-I../include/
1112
make
1213
./hash example_string
14+
```
15+

0 commit comments

Comments
 (0)