summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Vanik <ben.vanik@gmail.com>2015-05-02 21:46:42 -0700
committerBen Vanik <ben.vanik@gmail.com>2015-05-02 21:46:42 -0700
commit519fefd58d80ce487cb864b2bbaa92515f81f2b4 (patch)
tree6883932cce90f3b0d5af67a6a429f4dbac0ca067 /README.md
parentce7270b839e6bf0dfb054ccb997b53263ad273f4 (diff)
Replacing python stuff with BAT, 1993-style.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index 750a743f3..05c2a014e 100644
--- a/README.md
+++ b/README.md
@@ -35,13 +35,15 @@ legally purchased devices and games and information made public on the internet
## Quickstart
-Windows 8.1+:
-
- # install python 2.7 and VS2015
- git clone https://github.com/benvanik/xenia.git
- cd xenia
- xb setup
- # open build\xenia\xenia.sln and start xenia-run
+Windows 8.1+ with Python 2.7 and Visual Studio 2015 installed:
+
+ > git clone https://github.com/benvanik/xenia.git
+ > cd xenia
+ > xb setup
+ # Build on command line:
+ > xb build
+ # Open Visual Studio (run the 'xenia' project):
+ > xb edit
When fetching updates use `xb pull` to automatically fetch everything and
update gyp files/etc.