TimRuswick / SANCTUM

The SANCTUM Discord MMO repository!
https://discord.gg/D7dyrVn
MIT License
9 stars 3 forks source link

Can add Windows file naming technique to rename .envdev to .env in README.md #5

Closed twaritwaikar closed 6 years ago

twaritwaikar commented 6 years ago

Windows does not allow naming files as .extention and instead forces you to name them as filename.extention.

But Windows does provide a way to name files as .extension and that is by renaming them as .extension. Windows will automatically remove the last period for you.

This information can be added to the README.

Ratstail91 commented 6 years ago

Oddly enough, I rename it using sublime text, and don't have a problem.

twaritwaikar commented 6 years ago

Yes, you can use advanced text editors to do that but I found this way to be straightforward and to the point, which doesn't require any external help

Ratstail91 commented 6 years ago

@IronicallySerious I've added this issue to the notes for the next meeting.

some1chan commented 6 years ago

@IronicallySerious thanks for that tip, I never knew that was possible! Added it in the dev and master branches.