From c0530496d99ed057b3059e4ab103c9f2039844f9 Mon Sep 17 00:00:00 2001 From: Oli <55298769+xMistt@users.noreply.github.com> Date: Sat, 19 Mar 2022 13:24:03 +0000 Subject: [PATCH] Added instructions on how to compile yourself. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2231622..276e77b 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,11 @@ ___ } } ``` +## Want to compile it yourself? +If you are uneasy about running a random executable, you can compile DeviceAuthGenerator yourself by installing the requirements and pyinstaller, then you can compiile it by the command: +`pyinstaller --onefile -i icon.ico -n DeviceAuthGenerator generator.py` +The executable will be found in `/dist`. + + ## License: -By downloading this, you agree to the Commons Clause license and that you're not allowed to sell this repository or any code from this repository. For more info see https://commonsclause.com/. \ No newline at end of file +By downloading this, you agree to the Commons Clause license and that you're not allowed to sell this repository or any code from this repository. For more info see https://commonsclause.com/.