From fc0b62dc1c14bf71c506eb22447d1049111d22b5 Mon Sep 17 00:00:00 2001 From: Ben Ransford Date: Tue, 27 May 2014 12:22:23 -0700 Subject: [PATCH] clarify URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d10bb9..aba7823 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Setup 1. Install the dependencies. You will need [Python][], [Pybtex][] (`pip install pybtex`), and [Jekyll][] (`gem install jekyll`). 2. [Fork][] this repository on GitHub. -3. Clone the fork (along with its submodules) to your own machine: `git clone --recursive URL`. +3. Clone the fork (along with its submodules) to your own machine: `git clone --recursive 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`. 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 `jekyll serve -w` to view your site.