From bfa78d154e74b27af73c7a72c9aa29feb108e8e5 Mon Sep 17 00:00:00 2001 From: complexlogic Date: Tue, 10 May 2022 09:51:48 -0700 Subject: [PATCH] Update build instructions --- docs/BUILDING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 830d2fd..f7cfa82 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -66,7 +66,8 @@ Clone the master repo and create a build directory: ``` git clone https://github.com/complexlogic/rsgain.git cd rsgain -mkdir build && cd build +mkdir build +cd build ``` Build the dependencies with vcpkg: ```