From 49a8afee8b3c8fbb612129f2acdc3b82e3649044 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 27 Apr 2016 16:16:54 +0100 Subject: [PATCH] Initial commit --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 579513f1..df21eefb 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,11 @@ Key features: ## Quick start - 1. Install with `git`: +1. Install with `git`: -```sh -git clone git@github.com:gcushen/hugo-academic.git themes/hugo-academic -``` + git clone git@github.com:gcushen/hugo-academic.git themes/hugo-academic -Or alternatively, install by downloading from [Github](https://github.com/gcushen/hugo-academic/) into a `themes/hugo-academic` folder within your Hugo website. + Or alternatively, install by downloading from [Github](https://github.com/gcushen/hugo-academic/) into a `themes/hugo-academic` folder within your Hugo website. 2. If you are creating a new website, copy the contents of the `exampleSite` folder to your website root folder to get started, overwriting existing files if necessary. The `exampleSite` folder contains an example config file and content to help you get started.