From db32cf7b7bd0b535c28294559701d970de6e2b46 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Thu, 22 Sep 2022 04:40:23 +0000 Subject: [PATCH] Build App list and docs --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 2e536fc..f023aba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,6 +14,7 @@ See the list of apps included in this template [here](AppList.md). ### Installation 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 # need to reboot/logout for changes to take effect ```