• 安装默认使用docker环境,没有安装docker时,会默认先安装docker ```shell

    Download the script and give permission

    wget https://www.showdoc.cc/script/showdoc chmod +x showdoc;

Default installation is the Chinese version. If you want to install the English version, please add the en parameter, such as ./showdoc en

./showdoc

  1. <a name="BSc93"></a>
  2. ### Other commands
  3. ```shell
  4. # Attach the script to other commands, so you can use it when managing ShowDoc.
  5. # Stop ShowDoc
  6. ./showdoc stop
  7. # Restart ShowDoc
  8. ./showdoc restart
  9. # Update ShowDoc to the latest version
  10. ./showdoc update
  11. # Uninstall ShowDoc
  12. ./showdoc uninstall