Commit 35166ea5 authored by Nick Sharp's avatar Nick Sharp
Browse files

update with new URL

parent 1015eb6b
...@@ -6,13 +6,13 @@ In this project, you will implement a simple software rasterizer that draws poin ...@@ -6,13 +6,13 @@ 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 TODO_URL_HERE. 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/cmu462/DrawSVG. If you are unfamiliar with git, here is what you need to do to get the starter code:
``` ```
$ git clone TODO_URL_HERE.git $ git clone https://github.com/cmu462/DrawSVG.git
``` ```
This will create a asst1_drawsvg folder with all the source files. This will create a folder with all the source files.
### Build Instructions ### Build Instructions
......
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