From f72816730e5e36cd9cecb4c478a289364db2e997 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 12 Nov 2015 17:14:00 -0500 Subject: [PATCH] Add missing backtick --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index bd08372..e56aa0c 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -12,7 +12,7 @@ ## Building 1. `mkdir build && cd build` -2. `cmake .. +2. `cmake ..` 3. `make` It's strongly recommended to perform a global installation via `sudo make install`.