1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2020-06-01 12:46:20 +08:00
parent 0b36aef122
commit 00b00dc6f1

View File

@ -13,9 +13,9 @@ contexts通过模块化、自动化可以在各种设备上快速搭建起
```sh
git clone https://github.com/shylinux/contexts
cd contexts
make
source etc/miss.sh
ish_miss_serve
curl localhost:9020
cd contexts && make
source etc/miss.sh && ish_miss_serve
```
## 访问服务
curl localhost:9020