innocenat / supernote-planner

A linked PDF Planner for Supernote A6X system.
GNU Affero General Public License v3.0
55 stars 9 forks source link

Add Detailed Procedure to Readme for How Generating Planner. #1

Closed hugoender closed 1 year ago

hugoender commented 1 year ago

Love what you've done here and it fits what I want perfectly but I'm stuck because I have no idea how to use this repo to get something I can load in my Supernote. I've got some hobby level experience coding (mostly in python) but never done php. It would be great and add tremendous value to this repo if you could include some sort of procedure for generating the planner using your repo.

innocenat commented 1 year ago

You can get prebuilt version from the Release page: https://github.com/innocenat/supernote-planner/releases/tag/v2023.2

For customizing and building from source, you need to install PHP command line, and run php make-planner.php.

hugoender commented 1 year ago

Thank you! Must've missed that. Will submit a PR to add your comment to ReadMe since I believe it's beneficial.