Skip to content

Commit

Permalink
Update build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Jun 9, 2024
1 parent 244dc90 commit 23dfeb3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/contribute/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ Ex. `steamfork-installer --drive /dev/sda --username builder --password SteamFor

Log in as your user and perform the following steps to configure the OS for building:

1. Configure sudo without a password: `sudo sed -i 's~ALL$~NOPASSWD: ALL~g' /etc/sudoers.d/wheel`
2. Clone the SteamFork distribution repository: `git clone https://github.com/SteamFork/distribution.git`
3. Build SteamFork: `cd distribution && ./build-image.sh rel`
1. Clone the SteamFork distribution repository: `git clone https://github.com/SteamFork/distribution.git`
2. Build SteamFork: `cd distribution && ./build-image.sh rel`

Optional:

Expand Down

0 comments on commit 23dfeb3

Please sign in to comment.