From 42b9d8e524781eab3f138d7cdb8547265b8d80a2 Mon Sep 17 00:00:00 2001 From: Daniel Marsee Date: Thu, 3 Nov 2016 13:39:22 -0400 Subject: [PATCH] Fixed an omission. Signed-off-by: Daniel Marsee --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fffb860..63e8481 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,19 @@ INSTALLING ---------- Installer code will not be available at this time for this project. You will need to compile the source code (electric.bas) yourself while maintaining the original directory structure -You'll need an IDE called QB64 to build this, as it is written in a dialect of QuickBASIC +You'll need Windows and an IDE called QB64 to build this, as it is written in a dialect of QuickBASIC Yes, it'll run on modern computers You may either use the download button above to get a compressed version of this code, or you can use a Git client. To use the Git client to clone this repository, issure the following command: git clone http://creamery.cheesewatergames.tk/rdmarsee/Electric.git +Download and install QB64 +Open your QB64 IDE and navigate to the Electric folder +Open "electric.bas" +In the QB64 window, select Run->Save EXE in the source folder +Optional: You may want to increase the size of the window in Options->Display and increasing Width and Height +To build and run, select Run->Start -or- hit F5 on your keyboard. +The Electric executible will now be in the Electric folder, ready to be run directly wihtout QB64. BRANCHES --------