Open pauljones0 opened 5 months ago
Hi @pauljones0. Yep! you will create your own .env in the root folder "RepoToText" -- The .env contains any "secrets" like pass keys. Typically .env files are not included in a repository and each user creates their own. you would create a .env and add GITHUB_API_KEY='paste_your_key_here'
i saw someone on youtube made a short video on this project. here is the part where they create a github api key and add it to .env -- https://youtu.be/Y7Cp1a0syVY?si=3I46hTAdLHOt2K75&t=106
let me know if you have any issues with it!
*updated the readme
Here is what it will look like
Docs mention "the .env file"
No such env file exists. Do you want users to create their own .env file? Is so, where?
Please update Readme