Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Latest commit

 

History

History

Resources

Resources

Setting up your computer

To setup a Windows computer, run:

# In Powershell
iex (new-object net.webclient).downloadstring('https://github.com/raw/miami-acm/public-materials/master/Resources/2018%20Spring%20Setup%20Script%20(Windows).ps1')

To setup a Mac, run:

curl https://github.com/raw/miami-acm/public-materials/master/Resources/2018%20Spring%20Setup%20Script%20(macOS).sh | sh -

To setup a Debian-based computer, run:

curl https://github.com/raw/miami-acm/public-materials/master/Resources/2018%20Spring%20Setup%20Script%20(Debian).sh | sh -

Downloading this repo

In a terminal, run:

git clone https://github.com/miami-acm/public-materials