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/tutorial
cd /Users/bruno/tutorial

On Windows

mkdir C:\Users\bruno\tutorial
cd C:\Users\bruno\tutorial