$ mkdir ~/Hello-World #Creates a directory for your project called "Hello-World" in your user directory
$ cd ~/Hello-World #Changes the current working directory to your newly created directory
$ git init #Sets up the necessary Git Files
$ touch README #creates a file called "README" in the Hello-World directory