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.