diff --git a/README.md b/README.md
index 9f36d02..43de62d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,57 @@
-# Tempoture-taskrunner
\ No newline at end of file
+
+
+
+
+
+
+
+
+
Taskrunner for the Tempoture Project
+
+
+ A taskrunner for heroku server.
+
+
+ Repositories for Tempoture
+
+ Frontend-Repository
+ ·
+ Backend-Repository
+ ·
+ Database-Repository
+ .
+ Taskrunner-Repository
+
+
+
+
+### Software
+
+
+
+ * [Python3](https://www.python.org/download/releases/3.0/) - The programming language of choice for the project.
+
+
+## Installation Guide
+Before installing the following softwares, have the latest version of Python installed. Also note that these install commands are specific for the Ubuntu bash terminal.
+ ### Flask
+ `$sudo apt update` - Ensures Ubuntu is up to date.
+
`$sudo apt install python3-pip` - Install package management system.
+
`$pip install Flask` - Install for Flask.
+
+ ### Apscheduler
+ `$sudo apt update` - Ensures Ubuntu is up to date.
+
`$sudo apt install python3-pip` - Install package management system.
+
`$pip install apscheduler` - Install for apscheduler.
+
+
+
+## License
+ Distributed under the GPL License. See `LICENSE` for more information.
+
+
+
+
+
+[license-shield]: https://cdn.discordapp.com/attachments/750506956539822120/771468904899543090/gpl_license.PNG
+[license-url]: https://github.com/Tempoture/Tempoture-taskrunner/blob/main/LICENSE