codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
258 stars 241 forks source link

Simplify running the first Ruby script #331

Closed tijmenb closed 7 years ago

tijmenb commented 7 years ago

I helped a student with this exercise last week at Codebar. They were using Windows, which means the section about file permissions did not apply and caused some confusion.

Instead of providing Windows-specific instructions I've opted to instruct the student to use the ruby command directly. This means the student doesn't have to download the empty file with shebang line anymore.

KimberleyCook commented 7 years ago

Thanks for this PR @tijmenb :D