From 00327129b75d1dc851aa1a90f2c6a6874be5ec63 Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Thu, 25 Aug 2022 15:16:51 +0200 Subject: [PATCH] Fix formatting in BUILD.md --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index eaeba572..c531d648 100644 --- a/BUILD.md +++ b/BUILD.md @@ -26,7 +26,7 @@ For ubuntu and most derivatives: 2) Run `git clone --recursive https://github.com/cemu-project/Cemu` 3) `cd Cemu` 4) `mkdir build && cd build` -5) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang-12 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12 -G Ninja +5) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang-12 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12 -G Ninja` 6) `ninja` Build instructions for other distributions will be added in the future!