Added note for location of compiled binary

This commit is contained in:
Jordan Cristiano 2015-09-05 22:30:45 -04:00
parent 0cd4b38bd1
commit 351a55d9c6
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@ we dem boyz
### What is it?
Demboyz is a command line tool to convert TF2 STV demos into a human readable json format.
Demboyz is a command line tool to convert TF2 STV demos into a human readable json format. Demboyz runs on Linux, Windows, and OSX.
It supports the following conversions:
.dem/.json <-> .dem/.json
@ -25,6 +25,10 @@ It supports the following conversions:
In the first example, mystvdemo.dem will be read from the current working directory, while mystvdemo.json will be written to the current working directory.
## Compiling From Source
When following instructions below, the compiled binary will be output in the bin folder.
### Using Vagrant