From f01ac3f28e16363c2c821936ae83159ba853e186 Mon Sep 17 00:00:00 2001 From: Isaac Holston Date: Wed, 15 Nov 2023 19:07:57 -0700 Subject: [PATCH] docs: update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fe4eb9..56427ff 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,20 @@

+## Welcome to Heimerdinger +Heimerdinger is a simple background task that will always Auto Accept your League of Legends game, allowing you to use your Queue time however you like! It does not use your mouse or keyboard and will work even if League of Legends is minimized or in the background (works for TFT as well). + +## Download +Download the [latest release]() + +## Development +- Install [Python](https://www.python.org/downloads/) +- Clone or download the repo +- ```pip install -r requirements.txt``` + +## Packaging to .exe +- ```pip install pyinstaller``` +- ```pyinstaller --onefile --noconsole main.py``` + ## Disclaimer -Heimerdinger isn’t endorsed by Riot Games and doesn’t reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc. +This program isn’t endorsed by Riot Games and doesn’t reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.