Closed ryo-endo closed 4 years ago
I like it, it's clear and to the point. 👍
But if I could add some improvements, adding a .env.example
file instead, containing the necessary keys with pre-filled data and simply telling the user to copy the file and remove the .example
, seems more user friendly than asking the user to echo
the keys and values into the .env
file, it also seems to be the standard most repositories use. 🤔
I like it, it's clear and to the point. 👍
But if I could add some improvements, adding a
.env.example
file instead, containing the necessary keys with pre-filled data and simply telling the user to copy the file and remove the.example
, seems more user friendly than asking the user toecho
the keys and values into the.env
file, it also seems to be the standard most repositories use. 🤔
I'll work on this now
@ryo-endo thank you for the idea, awesome!
Thanks for accepting my proposal 😄
Added "Installation" to README.md. We can easily try in the local environment. Thankyou.