Browse Source

Merge pull request #208 from gnarmedia/patch-5

Change to HTTPS to make git cloning possible for users without ssh access
feat/clarity-updates
Moxiegirl 6 years ago
committed by GitHub
parent
commit
ffcd6a3253
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _browser/todo-list.md

2
_browser/todo-list.md

@ -70,7 +70,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.

Loading…
Cancel
Save