Making use of premake clear in the readme.

This commit is contained in:
Ben Vanik 2015-07-19 07:52:11 -07:00
parent 91d7acf59e
commit 3403bc1144
1 changed files with 3 additions and 1 deletions

View File

@ -44,8 +44,10 @@ Windows 8.1+ with Python 2.7 and Visual Studio 2015 installed:
> xb setup
# Build on command line:
> xb build
# Open Visual Studio (run the 'xenia-app' project):
# Run premake and open Visual Studio (run the 'xenia-app' project):
> xb edit
# Run premake to update the sln/vcproj's:
> xb premake
When fetching updates use `xb pull` to automatically fetch everything and
run premake for project files/etc.