From 1cd8d2c00ac7bc24fa936cc8e817f7d2dc34d77c Mon Sep 17 00:00:00 2001 From: Olli Niskanen Date: Tue, 4 Oct 2016 21:19:38 +0300 Subject: [PATCH] Add a line break to fix code formatting --- docs/BuildingLLVM.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/BuildingLLVM.md b/docs/BuildingLLVM.md index 53c20018..23b6ec30 100644 --- a/docs/BuildingLLVM.md +++ b/docs/BuildingLLVM.md @@ -60,7 +60,8 @@ Before building, ensure cmake is installed under Applications/Cmake.app and Ninj 1. Navigate to `build/scripts` 2. Clone, build and package LLVM with -```../premake5-osx --file=LLVM.lua clone_llvm +``` +../premake5-osx --file=LLVM.lua clone_llvm ../premake5-osx --file=LLVM.lua build_llvm ../premake5-osx --file=LLVM.lua package_llvm ```