From 3df9c2b1bc1e5b117b8e5cea9bcd7dee8cad9bcc Mon Sep 17 00:00:00 2001 From: "Devecsery, David" Date: Tue, 19 Jan 2021 12:05:06 -0500 Subject: [PATCH] Update lab0.md --- instructions/lab0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/lab0.md b/instructions/lab0.md index 8a9ec3f..bd3afbd 100644 --- a/instructions/lab0.md +++ b/instructions/lab0.md @@ -19,7 +19,7 @@ Start by checking out your xv6 repository. The following line will clone your code into cs3210\_lab: ```bash -git clone git@github.gatech.edu:cs3210-spring2021/-xv6-public.git cs3210_lab +git clone git@github.gatech.edu/cs3210-spring2021/-xv6-public.git cs3210_lab ``` Now, build your repository.  We recommend building within a separate build -- 2.47.3