This commit is contained in:
Andrei Astafev 2020-04-12 20:04:35 +03:00
parent 0f1804e3fb
commit 5602fbc30e

View File

@ -2,8 +2,8 @@
======== ========
```sh ```sh
sudo apt-get install pelican asciidoctor ruby-asciidoctor-pdf plantuml yui-compressor sudo apt-get install pelican plantuml yui-compressor
sudo gem install asciidoctor-diagram 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/yuicompressor-opt
git submodule update --init plugins/thirdparty/pandoc_reader git submodule update --init plugins/thirdparty/pandoc_reader
git submodule update --init plugins/thirdparty/replacer git submodule update --init plugins/thirdparty/replacer
git submodule update --init plugins/thirdparty/asciidoctor
git submodule update --init themes/bootstrap4 git submodule update --init themes/bootstrap4
``` ```