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:
authorAlan Orth <alan.orth@gmail.com>2017-03-19 20:13:49 +0300
committerAlan Orth <alan.orth@gmail.com>2017-03-19 20:13:49 +0300
commit6a0d47fdcabc71e787d77d3a946e490b0f2b5998 (patch)
tree9f714c419e81e79530ae50224f9b585ebff970f1
parentec5c4cf8155338e092c9ba66ecbdf6a18becbf2d (diff)
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: