From 5602fbc30ec9d0a1eb68cc312877155506908c18 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sun, 12 Apr 2020 20:04:35 +0300 Subject: [PATCH] update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e5a18c..2ec5790 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ======== ```sh -sudo apt-get install pelican asciidoctor ruby-asciidoctor-pdf plantuml yui-compressor -sudo gem install asciidoctor-diagram +sudo apt-get install pelican plantuml yui-compressor +sudo gem install asciidoctor asciidoctor-pdf asciidoctor-diagram ``` Установка: @@ -18,6 +18,7 @@ git submodule update --init plugins/thirdparty/pelidoc git submodule update --init plugins/thirdparty/yuicompressor-opt git submodule update --init plugins/thirdparty/pandoc_reader git submodule update --init plugins/thirdparty/replacer +git submodule update --init plugins/thirdparty/asciidoctor git submodule update --init themes/bootstrap4 ```