dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
2 stars 11 forks source link

readme.md not updated to adapt bad directory fix #1

Closed ajaxjiang96 closed 5 years ago

ajaxjiang96 commented 5 years ago

In the setup section of readme:

To get started: Clone this repository and all its submodule dependencies using:

git clone --recursive https://github.com/alecjacobson/computer-graphics-raster-images.git

This command still clones Alec's unfixed original repo

should be git clone --recursive https://github.com/dilevin/computer-graphics-raster-images.git

dilevin commented 5 years ago

Oh man thanks for catching this, I merged your pull request.