From: Jack Wolfard Date: Sat, 28 Aug 2021 04:03:03 +0000 (-0400) Subject: Update SSH url X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=a1e6545ace3c271812a4640028544d63d7da5175;p=cs3210-lab0.git Update SSH url --- diff --git a/README.md b/README.md index 765c24e..490235c 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ can be provided through Piazza or Office Hours for getting this setup. Start by checking out the xv6 repository on your local machine. ```bash -git clone git@github.gatech.edu/cs3210-fall2021/xv6.git +git clone git@github.gatech.edu:cs3210-fall2021/xv6.git cd xv6 +git checkout lab0 ``` Next, launch the docker instance for the class using the provided script.