From d511df84eef5125b00881249d2864215ab188000 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Thu, 1 Sep 2016 02:16:26 +0300 Subject: [PATCH] svn datafiles instructions in readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9cce2e..16206b1 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,9 @@ The SDL backend will scale the framebuffer up, by the factor specified in the a 3x scale factor, or just export the `FBSCALE` env var in the shell you are going to use for running the demo. The default scale factor is 2x. -test? +Datafiles +--------- +The demo datafiles are in their own subversion repo. To checkout the data files +run the following in the demo root directory: + + svn co svn://mutantstargoat.com/datadirs/dosdemo data -- 1.7.10.4