From 0a1765b1de7ab690d9759f3e19d119552413ab0a Mon Sep 17 00:00:00 2001 From: Anh Nguyen-Tuong <zenpoems@gmail.com> Date: Fri, 10 Aug 2018 15:21:57 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2757a7..4855dbb 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ Notes: 1. Compilation requires C++11 or later. 1. Additional documentation will be provided in later versions 1. API is incomplete and untested in some areas. Future versions will improve stability. -1. Use git clone --recursive to pull down required submodules -1. Build with 'scons', add 'debug=1' for debug build +1. Use `git clone --recursive` to pull down required submodules +1. Build with `scons`, add `debug=1` for debug build -- GitLab