From a310a0256e31d7f11c78f2276a306dc51876781d Mon Sep 17 00:00:00 2001 From: Kaleb Himes Date: Thu, 23 Apr 2020 15:14:14 -0600 Subject: [PATCH] Add missing back-tick --- SGX_Linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGX_Linux/README.md b/SGX_Linux/README.md index c31344b6..37003d0e 100644 --- a/SGX_Linux/README.md +++ b/SGX_Linux/README.md @@ -15,7 +15,7 @@ Must have a copy of wolfSSL from either the website or github. To download a stable release head on over to https://www.wolfssl.com/download/ and look for the wolfssl-x.x.x.zip (latest release) -To grab a copy of the development master use `git clone https://github.com/wolfssl/wolfssl.git +To grab a copy of the development master use `git clone https://github.com/wolfssl/wolfssl.git` NOTE: When cloning the github repository one must first run `./autogen.sh` from the root directory of wolfSSL to generate the configure script. Next run `./configure`.