From d88fcea04cbd6fd74f6bd5debcd765899b18da2b Mon Sep 17 00:00:00 2001 From: Leonid Stryzhevskyi Date: Wed, 30 Jan 2019 00:42:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27bf6c0..d56db1e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This project is using `oatpp` and `oatpp-libressl` modules. #### Using CMake *Requires* LibreSSL installed. You may refer to this sh script - how to install libressl - [install-libressl.sh](https://github.com/oatpp/oatpp-libressl/blob/master/utility/install-deps/install-libressl.sh). -Or try something like ```apk add libressl-dev``` +Or try something like ```$ apk add libressl-dev``` ``` $ mkdir build && cd build