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.