summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Vanik <ben.vanik@gmail.com>2015-07-19 07:52:11 -0700
committerBen Vanik <ben.vanik@gmail.com>2015-07-19 07:52:11 -0700
commit3403bc1144065e7df23bd8f464db85cfc133296f (patch)
treeea766355d1725fe04b52c5326162b26422fb7bc9 /README.md
parent91d7acf59e0738a710a44d31793f9af6388086b9 (diff)
Making use of premake clear in the readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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.