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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Zhiburt <zhiburt@gmail.com>2022-01-15 13:14:08 +0300
committerGitHub <noreply@github.com>2022-01-15 13:14:08 +0300
commitbc4b2a2a22c69600bedf5a2220b4f58a876d553d (patch)
tree47b50b037450b08625b979fe3f8801d7a511fbae
parent0d4b348454a474322f6355d9d34399977077d055 (diff)
Fix a github module installement line (#70)
Hi there thank you for the theme
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6097f2c..a4df555 100755
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ All commands are run from the root directory of your website.
If using git to manage your website, add the theme as a git submodule:
```
-git clone https://github.com/parsiya/Hugo-Octopress themes/Hugo-Octopress
+git submodule add https://github.com/parsiya/Hugo-Octopress themes/Hugo-Octopress
```
Or you can clone it: