浏览代码

Build App list and docs

GitHub Workflow 2 年之前
父节点
当前提交
db32cf7b7b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/README.md

+ 1 - 0
docs/README.md

@@ -14,6 +14,7 @@ See the list of apps included in this template [here](AppList.md).
 ### Installation
 ### Installation
 Run `install-docker.sh`, to install docker, and add the current user to the docker usergroup.
 Run `install-docker.sh`, to install docker, and add the current user to the docker usergroup.
 
 
+```
 wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/install_docker.sh | bash
 wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/install_docker.sh | bash
 # need to reboot/logout for changes to take effect
 # need to reboot/logout for changes to take effect
 ```
 ```