- 安装默认使用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
<a name="BSc93"></a>### Other commands```shell# Attach the script to other commands, so you can use it when managing ShowDoc.# Stop ShowDoc./showdoc stop# Restart ShowDoc./showdoc restart# Update ShowDoc to the latest version./showdoc update# Uninstall ShowDoc./showdoc uninstall
