From ed5ed4d5bd993efd0f3af9cf761c1258f6e8ade9 Mon Sep 17 00:00:00 2001 From: tGecko Date: Tue, 27 Aug 2024 22:49:17 +0200 Subject: [PATCH] remove instructions to clone a different branch --- documents/building-windows.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documents/building-windows.md b/documents/building-windows.md index ef09c1269..21fd87154 100644 --- a/documents/building-windows.md +++ b/documents/building-windows.md @@ -43,10 +43,8 @@ Go through the Git for Windows installation as normal ### Cloning the source code 1. Open Git for Windows, navigate to a place where you want to store the shadPS4 source code folder -2. If you want to build the main branch, run +2. Clone the repository by running `git clone --depth 1 --recursive https://github.com/shadps4-emu/shadPS4` -3. If you instead want to build a specific branch, for example bb-hacks, instead run - `git clone -b bb-hacks --single-branch --depth 1 --recursive https://github.com/shadps4-emu/shadPS4` ### Compiling with Visual Studio GUI