From a9c6fd9b734f5e56140e6d73fd6548f2b82555c8 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Tue, 8 Jan 2019 12:54:22 -0500 Subject: [PATCH] Minor clarification over the last commit --- content/en/getting-started/quick-start.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 2b10ac97f..59f9f96e1 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -63,18 +63,16 @@ See [themes.gohugo.io](https://themes.gohugo.io/) for a list of themes to consid ```bash cd quickstart -git init # optional, but recommended # Download the theme +git init git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke - # Note for non-git users: -# -# - If you do not have git installed, you can download the archive of the latest version -# of this theme from https://github.com/budparr/gohugo-theme-ananke/archive/master.zip . -# - Extract that .zip file to get a "gohugo-theme-ananke-master" directory. -# - Rename that directory to "ananke", and move it into the "themes/" directory. -# +# - If you do not have git installed, you can download the archive of the latest +# version of this theme from: +# https://github.com/budparr/gohugo-theme-ananke/archive/master.zip +# - Extract that .zip file to get a "gohugo-theme-ananke-master" directory. +# - Rename that directory to "ananke", and move it into the "themes/" directory. # End of note for non-git users. # Edit your config.toml configuration file