Unverified Commit e8ebd8e8 authored by Max Slater's avatar Max Slater Committed by GitHub
Browse files

Update README.md

parent d0d8dbf3
...@@ -6,10 +6,10 @@ In this project, you will implement a simple software rasterizer that draws poin ...@@ -6,10 +6,10 @@ In this project, you will implement a simple software rasterizer that draws poin
## Getting started ## Getting started
We will be distributing assignments with git. You can find the repository for this assignment at https://github.com/cmu462/DrawSVG. If you are unfamiliar with git, here is what you need to do to get the starter code: We will be distributing assignments with git. You can find the repository for this assignment at https://github.com/CMU-Graphics/DrawSVG. If you are unfamiliar with git, here is what you need to do to get the starter code:
``` ```
$ git clone https://github.com/cmu462/DrawSVG.git $ git clone https://github.com/CMU-Graphics/DrawSVG.git
``` ```
This will create a folder with all the source files. This will create a folder with all the source files.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment