From 35166ea5f52628f52dc9cfda652f97e55ab38fd4 Mon Sep 17 00:00:00 2001 From: Nick Sharp Date: Mon, 11 Sep 2017 22:30:47 -0400 Subject: [PATCH] update with new URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df8fafb..a172b25 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ In this project, you will implement a simple software rasterizer that draws poin ## 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 -- GitLab