Minor clarification over the last commit

This commit is contained in:
Kaushal Modi 2019-01-08 12:54:22 -05:00
parent 5c86bdc8a9
commit a9c6fd9b73

View File

@ -63,18 +63,16 @@ See [themes.gohugo.io](https://themes.gohugo.io/) for a list of themes to consid
```bash ```bash
cd quickstart cd quickstart
git init # optional, but recommended
# Download the theme # Download the theme
git init
git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
# Note for non-git users: # Note for non-git users:
# # - If you do not have git installed, you can download the archive of the latest
# - If you do not have git installed, you can download the archive of the latest version # version of this theme from:
# of this theme from https://github.com/budparr/gohugo-theme-ananke/archive/master.zip . # https://github.com/budparr/gohugo-theme-ananke/archive/master.zip
# - Extract that .zip file to get a "gohugo-theme-ananke-master" directory. # - Extract that .zip file to get a "gohugo-theme-ananke-master" directory.
# - Rename that directory to "ananke", and move it into the "themes/" directory. # - Rename that directory to "ananke", and move it into the "themes/" directory.
#
# End of note for non-git users. # End of note for non-git users.
# Edit your config.toml configuration file # Edit your config.toml configuration file