From 83bb8d7dbd100288a2bd14c811a087a1ffa6c291 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 11 May 2022 09:39:37 -0400 Subject: [PATCH] Use HTTP for git URL (close #23) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b6cc9b..0e51402 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Setup 1. Install the dependencies. You will need [Python][], [bibble][] (`pip install bibble`), and [Jekyll][] (`gem install jekyll`). 2. [Fork][] this repository on GitHub. 3. Clone the fork to your own machine: `git clone git@github.com:yourgroup/research-group-web.git`. -4. Add an "upstream" remote for the original repository so you can stay abreast of bugfixes: `git remote add upstream git://github.com/uwsampa/research-group-web.git`. +4. Add an "upstream" remote for the original repository so you can stay abreast of bugfixes: `git remote add upstream https://github.com/uwsampa/research-group-web.git`. 5. Customize. Start with the `_config.yml` file, where you enter the name of the site and its URL. 6. Type `make` to build the site and then run `make serve` to view your site. 7. Keep adding content. See below for instructions for each of the various sections.