From 7ee32eaa38c9b46465238fa049416d17a0c11436 Mon Sep 17 00:00:00 2001 From: Joachim Neu Date: Sat, 26 Sep 2015 02:35:09 +0200 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bb9f7a..6198ba6 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Dependencies Installation ------------ -Clone this repo (and it's submodules) to the `plugins` directory of your Pelican project (or whatever directory you specified for plugins in Pelican's `PLUGIN_PATHS` setting) and add `'md_metayaml'` to the list of plugins (Pelican setting `PLUGINS`) of your project. +Clone this repo (and its submodules) into a `pelican-md-metayaml` directory inside the `plugins` directory of your Pelican project (or whatever directory you specified for plugins in Pelican's `PLUGIN_PATHS` setting) and add `'pelican-md-metayaml'` to the list of plugins (Pelican setting `PLUGINS`) of your project. Or just use it as part of [`pelican-plugins`](https://github.com/getpelican/pelican-plugins). -To make sure the submodule is included use `git clone --recursive [repo] [path]` -Alternatively, you can clone normally, then run `git submodule update --init` to checkout the submodule +To make sure the submodule is included, use `git clone --recursive [repo] [path]`. +Alternatively, clone without `--recursive`, then run `git submodule update --init` to checkout the submodule. Usage -----