remove instructions to clone a different branch

This commit is contained in:
tGecko 2024-08-27 22:49:17 +02:00
parent 5568d3351a
commit ed5ed4d5bd

View file

@ -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