mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-13 23:28:16 +03:00
README: Clarify how to acquire source
A user on GitHub was using the GitHub Releases tarballs, which won't work as our build system depends on it being a Git repo. Try to guide users to check out with Git instead.
This commit is contained in:
parent
25a045e445
commit
8d44166b16
@ -29,10 +29,11 @@ or guarantee that anyone will help you with this process.
|
||||
|
||||
We strongly recommend that most users use the production build of Proton.
|
||||
|
||||
The most current source for Proton is here:
|
||||
<https://github.com/ValveSoftware/Proton>
|
||||
Acquire Proton's source by cloning <https://github.com/ValveSoftware/Proton>
|
||||
and checking out the branch you desire. Be sure to update submodules when
|
||||
switching branches.
|
||||
|
||||
Which you can clone to your system with this command:
|
||||
You can clone the latest Proton to your system with this command:
|
||||
|
||||
git clone --recurse-submodules https://github.com/ValveSoftware/Proton.git proton
|
||||
cd proton
|
||||
|
Loading…
x
Reference in New Issue
Block a user