layout | title | permalink |
---|---|---|
page |
Setup |
/setup/ |
Please see this section of the workshop template for instructions on installing Git.
First we'll download our sample data that we will be working with in the class:
- Open your browser
- Paste in the following link and hit Enter/Return: https://github.com/ucsdlib/cats-as-data/archive/master.zip
- Navigate to the downloaded zip file. Most likely, it is in your Downloads folder.
- Move the zip file to your Desktop (drag and drop should work).
- Extract the contents of the zip file. This can usually be done by right-clicking on the file and clicking the "Extract here" or "Extract all" option.
We'll do our work in the cats-as-data-master
folder so make sure you change your working directory to it with:
$ cd
$ cd Desktop
$ cd cats-as-data-master
{: .bash}