From 73f7b2f24119606aba01febba837ea8d4bb54295 Mon Sep 17 00:00:00 2001 From: rmrf Date: Sun, 20 Jan 2019 08:22:33 -0500 Subject: [PATCH] Better formatting for INSTALL-linux.md --- INSTALL-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL-linux.md b/INSTALL-linux.md index 083c1bf..90d52cc 100644 --- a/INSTALL-linux.md +++ b/INSTALL-linux.md @@ -56,7 +56,7 @@ $ ninja Testing on a small example ========================== -* Copy the compiled binary in the bin folder of `LLVM_BUILD_DIR` +* Copy the compiled binary in the bin folder of `LLVM_BUILD_DIR`. ```bash $ cp systemc-clang $LLVM_BUILD_DIR/bin ``` -- GitLab