...

/

Defining Course Requirements

Defining Course Requirements

The tools required for following along with this course are mentioned in this lesson.

Before we jump into practical exercises and start creating chaos, there are a few requirements that you should be aware of.

Git

You will need Git. I’m sure that you have it. Everyone does.

Note for Windows users

If you’re a Windows user, I strongly recommend that you run all the commands from a Git Bash terminal. It is available through the Git setup. If you don’t have it already, I recommend that you re-run Git installation. You’ll see a checkbox that, when selected, will install Git Bash. If you have something against Git Bash, then any other Bash should do. You could, theoretically, run your commands in PowerShell or Windows terminal, but then there would be some differences when compared with the commands in this course. So, ...