Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Wiesler <jakewiesler@gmail.com>2020-06-12 04:55:13 +0300
committerGitHub <noreply@github.com>2020-06-12 04:55:13 +0300
commit26a85582a56e21bccb92d7621b5ff75fa60817ab (patch)
treef7e873f10088401fa56e5077c78f106fb1b3ae9d
parent412a1006b83fa63cff7b248f20e334304dc0160f (diff)
parent9a01ef8e69b3f0905eb976628288bf260aaf6d7d (diff)
Merge pull request #5 from somaniarushi/master
Update README.md to correct module addition
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c9482f..2be451c 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ git init
**3. Add `hugo-theme-codex` as a submodule**
```
-git add submodule https://github.com/jakewies/hugo-theme-codex themes/codex
+git submodule add https://github.com/jakewies/hugo-theme-codex themes/codex
```
**4. List `"codex"` as the name of your theme in `config.toml`**