From 9e84a9ec8b2a5018a90556c51e30a628994e0b4f Mon Sep 17 00:00:00 2001 From: Jonathan Sundqvist Date: Mon, 5 Jul 2021 12:34:45 +0200 Subject: [PATCH] Pip install via git repo. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 39b499d..a25d5c0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ This plugin can be installed via: # not yet on pypi, but when it is you can install it with. pip install pelican-obsidian + + # meanwhile you can install using this repo. + pip install git+git://github.com/jonathan-s/pelican-obsidian@main#egg=pelican-obsidian + Usage -----