diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2015-07-19 07:52:11 -0700 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2015-07-19 07:52:11 -0700 |
| commit | 3403bc1144065e7df23bd8f464db85cfc133296f (patch) | |
| tree | ea766355d1725fe04b52c5326162b26422fb7bc9 /README.md | |
| parent | 91d7acf59e0738a710a44d31793f9af6388086b9 (diff) | |
Making use of premake clear in the readme.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
