From 863ac3e5afed81f729a57bf1a3cbfd34224f31b8 Mon Sep 17 00:00:00 2001 From: Olmectron Date: Sat, 15 Jan 2022 13:38:41 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6cd0f1d..1d21c53 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ This was built using [Polymer Starter Kit](https://github.com/Polymer/polymer-st And here is the [Electron JS Project Page](https://www.electronjs.org/) for building web app wrappers. This is only a GUI for the [lifehackerhansol](https://github.com/lifehackerhansol) Python project [YANBF Generator](https://github.com/lifehackerhansol/YANBF). You need to follow their instructions and then put the executable in the same directory as `generator.py`. - -For now, there's only a **Windows x64 executable**, but you may try to create an OSX or Linux executable file from source. I'll add those myself later to the releases page. + ### Usage @@ -19,7 +18,7 @@ Follow installation instructions from [YANBF Generator](https://github.com/lifeh ##### Installation and Usage -1. Download your executable file (only **Windows x64 EXE** file for now). +1. Download your executable file (Windows x64, Linux or MacOS). 2. Put that file in the same directoy as `generator.py`. 3. Double click it for starting it up (it can take between 5 and 15 seconds for a window to open). 4. Make sure to select or write your command/location of Python 3. @@ -32,4 +31,4 @@ Follow installation instructions from [YANBF Generator](https://github.com/lifeh All credit goes to [lifehackerhansol](https://github.com/lifehackerhansol) and their project [YANBF Generator](https://github.com/lifehackerhansol/YANBF). -This is just a simple Web GUI embedded in an Electron app. \ No newline at end of file +This is just a simple Web GUI embedded in an Electron app.