Skip to content

Commit

Permalink
docs: Add extra steps to the build for copy + paste-ability
Browse files Browse the repository at this point in the history
  • Loading branch information
DiscoStarslayer committed Jan 24, 2019
1 parent e679ec0 commit 3fab60e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ We currently don't have build instructions for Windows, please use the [AppVeyor
After requirements are installed with your distribution's package manager (or homebrew for macOS), open terminal and change directory to the project root. Then run the following build commands:

```
# Clone Repo
git clone https://github.com/XboxDev/extract-xiso.git
# cd into directory
./extract-xiso
# Create working directory
mkdir build
cd ./build
Expand Down

0 comments on commit 3fab60e

Please sign in to comment.