From c8565b2c9cb1b5c5873761fc4ab65f38c93b237f Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 27 Jun 2023 14:21:31 +0800 Subject: [PATCH] change stackhub to websoft9 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1fb05e39..cb08da71 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Websoft9 is complete solution for running 200+ apps on your own server. Just install it, don't any steps. ![image](https://github.com/Websoft9/websoft9/assets/16741975/8321780c-4824-4e40-997d-676a31534063) - ## Funtction - CLI @@ -32,19 +31,19 @@ gh repo list Websoft9 -L 500 | awk '{print $1}' | grep docker > test ``` # for example, app is mongodb -wget -N https://websoft9.github.io/StackHub/scripts/install.sh; bash install.sh -r mongodb +wget -N https://websoft9.github.io/websoft9/scripts/install.sh; bash install.sh -r mongodb ``` -### stackhub include appstore +### websoft9 include appstore ``` sudo su # when you have no root privileges -curl https://websoft9.github.io/StackHub/install/install.sh | bash +curl https://websoft9.github.io/websoft9/install/install.sh | bash ``` ## Upgrade ``` sudo su # when you have no root privileges -curl https://websoft9.github.io/StackHub/install/update.sh | bash +curl https://websoft9.github.io/websoft9/install/update.sh | bash ```