Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.56 KB

installfest.md

File metadata and controls

43 lines (34 loc) · 1.56 KB

HCDE 598 Winter 2017

Installfest

Git

Follow the instructions for your operating system below. If you have any trouble please reach out to your instructor on slack.

Mac OS X

  1. Download the git .zip file

  2. Double-click the .zip file and follow any on-screen instructions

  3. Type cmd + spacebar

  4. Type Terminal

  5. Drag Terminal to your dock for easy access

  6. Double-click on Terminal to launch it

  7. Type git --version and press enter

  8. Configure your git username and password by typing these commands into Termainl (filling in your name and email)

    git config --global user.name "Your name"
    git config --global user.email "Your email address"
    

Windows

  1. Download Git for Windows and follow the on-screen instructions

  2. Open Git BASH

  3. Configure your git username and password by typing these commands into Termainl (filling in your name and email)

    git config --global user.name "Your name"
    git config --global user.email "Your email address"
    

p5.js Editor

Follow the instructions for your operating system below. If you have any trouble please reach out to your instructor on slack.

Mac OS X

  1. Download the .zip file
  2. Double-click the .zip file
  3. Drag p5 down to your dock for easy access

Windows

  1. Download the .zip file
  2. Open the .zip file and click the Extract All button