From 3403bc1144065e7df23bd8f464db85cfc133296f Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sun, 19 Jul 2015 07:52:11 -0700 Subject: [PATCH] Making use of premake clear in the readme. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f0a9f3f3..ab9bf98a2 100644 --- a/README.md +++ b/README.md @@ -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.