Hi, thanks for the great plugin!
While following the README (Part 1, step 1.3), I noticed that .env.example isn't in the repo after cloning, even though the instructions mention copying it to .env and setting CLIENT_ID.
Steps I took:
- git clone https://github.com/livan116/github-valut-sync.git
- cd github-valut-sync
- ls -a — couldn't find .env.example
Not a blocker — I just created .env manually with CLIENT_ID=<value> based on the README, and the build worked fine afterward.
Just wanted to flag it in case it got left out by accident, or maybe the
README could mention this if it's intentional.
Thanks again for maintaining this!
Hi, thanks for the great plugin!
While following the README (Part 1, step 1.3), I noticed that
.env.exampleisn't in the repo after cloning, even though the instructions mention copying it to.envand settingCLIENT_ID.Steps I took:
Not a blocker — I just created
.envmanually withCLIENT_ID=<value>based on the README, and the build worked fine afterward.Just wanted to flag it in case it got left out by accident, or maybe the
README could mention this if it's intentional.
Thanks again for maintaining this!