aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2017-06-18 22:22:34 +0200
committernodiscc <nodiscc@gmail.com>2017-06-18 22:22:34 +0200
commit081a73486ff6eb73191294a047c51ea15e2b312a (patch)
tree93094867aff32584bf8495b1ea88455ecaf66c40
parent12e1877917dc6c29cd93bce7781e26c9f4415c16 (diff)
downloadShaarli-081a73486ff6eb73191294a047c51ea15e2b312a.tar.gz
Shaarli-081a73486ff6eb73191294a047c51ea15e2b312a.tar.zst
Shaarli-081a73486ff6eb73191294a047c51ea15e2b312a.zip
doc: replace pandoc requirement with python3-venv
-rw-r--r--doc/md/Release-Shaarli.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/md/Release-Shaarli.md b/doc/md/Release-Shaarli.md
index cce5e209..59175352 100644
--- a/doc/md/Release-Shaarli.md
+++ b/doc/md/Release-Shaarli.md
@@ -12,7 +12,8 @@ This guide assumes that you have:
12- maintainer permissions on the main Shaarli repository, to: 12- maintainer permissions on the main Shaarli repository, to:
13 - push the signed tag 13 - push the signed tag
14 - create a new release 14 - create a new release
15- [Composer](https://getcomposer.org/) and [Pandoc](http://pandoc.org/) need to be installed 15- [Composer](https://getcomposer.org/) needs to be installed
16- The [venv](https://docs.python.org/3/library/venv.html) Python 3 module needs to be installed for HTML documentation generation.
16 17
17## GitHub release draft and `CHANGELOG.md` 18## GitHub release draft and `CHANGELOG.md`
18See http://keepachangelog.com/en/0.3.0/ for changelog formatting. 19See http://keepachangelog.com/en/0.3.0/ for changelog formatting.