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:
Andrew Eikum 2020-12-02 09:00:47 -06:00
parent 25a045e445
commit 8d44166b16

View file

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