Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 929 Bytes

setup.md

File metadata and controls

28 lines (22 loc) · 929 Bytes
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:

  1. Open your browser
  2. Paste in the following link and hit Enter/Return: https://github.com/ucsdlib/cats-as-data/archive/master.zip
  3. Navigate to the downloaded zip file. Most likely, it is in your Downloads folder.
  4. Move the zip file to your Desktop (drag and drop should work).
  5. 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}