From 003263b10e7d0d41beb51ae07c28bdd41d1953f6 Mon Sep 17 00:00:00 2001 From: syg Date: Wed, 10 Apr 2019 19:08:34 -0700 Subject: [PATCH] Change to HTTPS to make it cloning possible --- _browser/todo-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_browser/todo-list.md b/_browser/todo-list.md index 5cba82e7..2012d8e5 100644 --- a/_browser/todo-list.md +++ b/_browser/todo-list.md @@ -58,7 +58,7 @@ These instructions assume you are cloning. 1. Install the code by cloning it. ``` - $ git clone git@github.com:blockstack/blockstack-todos.git + $ git clone https://github.com/blockstack/blockstack-todos ``` 2. Change to directory to the root of the code.