From 9e76c7137a6d4d6a00a6a2ab7de0763d4717ba46 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Thu, 29 Dec 2022 15:21:48 -0800 Subject: [PATCH] adjust md file for newlines --- cmake/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake/README.md b/cmake/README.md index acee773f..077a436e 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -2,11 +2,14 @@ This is an example of adding the wolfSSL library as a subdirectory to a project and using cmake to build. ## Steps to build: - -\# clone or download the wolfssl bundle and put it in the subdirectory wolfssl + +``` +# clone or download the wolfssl bundle and put it in the subdirectory wolfssl git clone https://github.com/wolfssl/wolfssl mkdir build cd build cmake .. -DCMAKE_C_FLAGS=-I../include/ make ./hash example_string +``` +