Qarik-Group / concourse-tutorial

Learn to use https://concourse-ci.org with this linear sequence of tutorials. Learn each concept that builds on the previous concept.
870 stars 555 forks source link

Updated docs to fix an error on Windows #259

Closed prottoyghose closed 2 years ago

prottoyghose commented 2 years ago

For Windows users, some may see this error uname: invalid option -- when you execute the fly command. This may have happened because when the repo was downloaded on Windows machine, Windows style line ending have been applied to the task_show_uname.sh file. One way to fix that is to open up the file in Notepad++, click on "Edit->EOL Conversion->Unix". Save the file and execute the fly command again.