Skip to content

Commit

Permalink
Clarify what kind of variable we're talking about
Browse files Browse the repository at this point in the history
  • Loading branch information
Newbytee committed Apr 14, 2020
1 parent 64f0fc7 commit 907a852
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ targets to build Proton:
`make install` - This will install Proton into your user's Steam directory.
You may need to restart the Steam client to see it. The tool's name in the
Steam client will be based on the currently checked out branch of Proton. You
can override this name using the `build_name` variable.
can override this name using the `build_name` make variable, which can be set
via an environment variable or an argument to the make command
[among other ways](https://www.gnu.org/software/make/manual/html_node/Values.html#Values).

`make redist` - This will create a build which you can easily redistribute to
other users. The package will be dropped into a new directory in
Expand Down

0 comments on commit 907a852

Please sign in to comment.