diff --git a/README.md b/README.md index 1f075e63..c710d040 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ contexts通过模块化、自动化,可以在各种设备上,快速搭建起 ```sh git clone https://github.com/shylinux/contexts -cd contexts && make -source etc/miss.sh && ish_miss_serve +cd contexts && source etc/miss.sh +make && ish_miss_serve ``` ## 访问服务 diff --git a/hi.sh b/hi.sh new file mode 100644 index 00000000..acbdebe9 --- /dev/null +++ b/hi.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git clone https://github.com/shylinux/toolkits usr/toolkits +git clone https://github.com/shylinux/icebergs usr/icebergs +git clone https://github.com/shylinux/volcanos usr/volcanos