Note: The instructions below assume you have a VM from IC210 or SI204 with a 210sync or 204sync command. (If it is no longer function correctly, you should still be OK.) This will set you up with a 211sync script that will keep your VM and your lab accounts sync'd up ... at least as far as your IC211 work is concerned.

### create ic211 github repository
1. login to github (you should have an account!)
2. click on the green "new" button on the top left of th11e dashboard.
3. under "repository name" fill in "ic211" (yes, use lowercase, no don't include the quotes)
4. Select "Private"
5. check the "add a README file" box
6. click the "Create repository" button

### configure VM: do these exact two steps on your VM (you will do on the lab machine in lab)
1. Copy and paste the following command into a shell on your VM:

   curl https://faculty.cs.usna.edu/~wcbrown/courses/S24IC211/211setup.sh > 211setup.sh && source 211setup.sh && rm -f 211setup.sh

2. Give the command "211sync" (once again, no quotes!) and if you get an "Everything up-to-date" message you are good.