mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
remove instructions to clone a different branch
This commit is contained in:
parent
5568d3351a
commit
ed5ed4d5bd
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue