Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 360 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 360 Bytes

In order to make sure that libraries are downloaded correctly, clone this repository with the following command:

$ git clone --recurse-submodules https://github.com/ProfAvery/cpsc223c.git

If you already have a local clone of the repository but your library directories are empty, try:

$ git pull
$ git submodule init
$ git submodule update