From bdd60877a7900be37b89114108486a34c4eb1e83 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 3 Jan 2024 22:26:21 +0000 Subject: [PATCH] Added readme.md This is a simple description describing how to install. I will provide an install script for Linux and Windows in the future, but for now this is just so that there will be some documentation provided. --- readme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..9124f5b --- /dev/null +++ b/readme.md @@ -0,0 +1,27 @@ +# Daily Bread + +## Get your daily bread with this program for Windows and Linux systems! + +## Introduction + +Daily Bread is a QT6 program designed to give you a new Bible verse every morning when you log into your computer! + +## Installation + +### Windows: + +Double click the .bat file that comes with the Binary release to install. +Once it is finished running, Daily Bread should be included with your startup programs. +You can check your startup programs by pressing ctrl + alt + delete, clicking "show details" on the task manager, and then clicking "startup" tab. + +### Linux: + +These instructions will work for most Linux distrobutions + +Download the Linux binary, and unzip it into a directory that you like. Run the following command: + +```chmod +x install.sh``` + +Once you have run that command, install Daily Bread by typing in + +```./install.sh``` \ No newline at end of file