From 4d69c27b020bf3a706d500c9baaf280d423bc37b Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Fri, 31 Mar 2023 17:40:29 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 05f8e292..7f1851b3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,13 @@ StackHub is for opensource stacks automation, it is developing... gh repo list Websoft9 -L 500 | awk '{print $1}' | grep docker > test ``` ## All-in-one Installer + +### ansible ``` # for example, app is mongodb wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/install.sh;bash install.sh -r mongodb ``` +### stackhub include appstore +``` +curl https://websoft9.github.io/install.sh | bash +```