Skip to content

HKNDecal/HKNDecal

Repository files navigation

Going Down the EECS Stack DeCal Repo

Setup Instructions

Step 1. Clone this repo to home

cd ~
git clone https://github.com/HKNDecal/HKNDecal.git

Step 2. Run setup script in the setup directory

cd HKNDecal/setup
source decal_setup.sh

And you're done! When the script finishes running you should see "(decal_env)" appended to the terminal.

Creating New Sessions

Create a branch starting from the master branch titled session-N, where N is the number of your session. You'll then use session-N to develop the material for session N. The rest of the class stays on the master branch while the session N material is under development. When the material for session N is complete, merge the session-N branch back into master.