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 --------