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

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chalin <chalin@users.noreply.github.com>2022-04-07 12:54:45 +0300
committerGitHub <noreply@github.com>2022-04-07 12:54:45 +0300
commitb8183682067afaf9a462000e0a8cfa3ea62e7ac1 (patch)
tree70e069814742211177a116ec36a2737a9d73841f /README.md
parent3188f35ff24e125f45b730bbb884bd7f12691fc2 (diff)
NPM package: change version to 0.2.0 (#961)
This also contains initial edits to the README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 13a68c4..d2060dc 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ To use the Docsy theme for your own site:
- (Recommended) Use the [example
project](https://github.com/google/docsy-example), which includes the Docsy
- theme as a submodule, as a template to create your project. You can customize
+ theme as a Hugo module, as a template to create your project. You can customize
this pre-configured basic site into your own Docsy themed site. [Learn
more...](https://github.com/google/docsy-example)
@@ -56,7 +56,7 @@ theme changes), making sure you have installed all the prerequisites listed
above:
```console
-$ git clone --recurse-submodules --depth 1 https://github.com/google/docsy.git
+$ git clone --depth 1 https://github.com/google/docsy.git
$ cd docsy/userguide/
$ npm install
$ npm run serve