Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to help Windows users #118

Closed
wants to merge 2 commits into from

Conversation

robido
Copy link

@robido robido commented Feb 25, 2020

#115 #41 #13

The extra comments in README.md will help Windows users get past the above issues, until this is fixed in Cookiecutter:
cookiecutter/cookiecutter#1159

@akashvibhute
Copy link

Hi Robido,
Maybe you can add the following command to convert all line endings

find . -type f -exec dos2unix {} \;

This would be easier than doing it with notepad++

source -
https://stackoverflow.com/questions/7068179/convert-line-endings-for-whole-directory-tree-git

@tiangolo
Copy link
Member

Thanks for taking the effort to document this @robido ! 🤓 🍰

I finally found a way to solve it in the project itself with #149 🎉

Now, for new projects, it fixes the line endings of shell files after project generation.

Given that, I'll pass on this PR. But thanks for your effort!

@tiangolo tiangolo closed this Apr 18, 2020
alejsdev pushed a commit that referenced this pull request Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants