Create a working directory

Create a working directory in which to perform the rest of the steps in this tutorial, and then change to that directory. In this example, we create a directory called tutorial in the user’s home directory.

On Unix and macOS

mkdir /Users/bruno/tutorialcd /Users/bruno/tutorial

On Windows

mkdir C:\Users\bruno\tutorialcd C:\Users\bruno\tutorial