summarylogtreecommitdiffstats
path: root/install.sh
blob: 9a44bc8c031e0f6bf768f455e029bfddc46a6401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install(){
     echo "================================================================="
     echo "                       注     意                                 "
     echo "    asciidoc-static-pages 依赖插件 rouge 和 asciidoctor-kroki    "
     echo "                                                                 "
     echo "    请使用以下命令安装 :                                        "
     echo "    gem install rouge asciidoctor-kroki                          "
     echo "================================================================="
}
post_upgrade() {
  post_install
}