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

github.com/thomasheller/crab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Heller <thomas.m.heller@gmail.com>2017-03-19 20:17:07 +0300
committerGitHub <noreply@github.com>2017-03-19 20:17:07 +0300
commit70c6cc8f6f01e7fa02a906564bd11972817f101a (patch)
tree9f714c419e81e79530ae50224f9b585ebff970f1
parentec5c4cf8155338e092c9ba66ecbdf6a18becbf2d (diff)
parent6a0d47fdcabc71e787d77d3a946e490b0f2b5998 (diff)
Merge pull request #1 from alanorth/fix-readme
README.md: Fix references to dimension
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e6eb095..5ad1a1f 100644
--- a/README.md
+++ b/README.md
@@ -21,14 +21,14 @@ theme.
In your Hugo site's folder:
```sh
-$ git clone https://github.com/thomasheller/crab themes/dimension
+$ git clone https://github.com/thomasheller/crab themes/crab
```
Alternatively, if your site is in a git repository, you can use git
submodules:
```sh
-$ git submodule add https://github.com/thomasheller/crab themes/dimension
+$ git submodule add https://github.com/thomasheller/crab themes/crab
```
To update the theme to the latest version, simply pull in the changes: