1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
shaoying 2021-05-12 22:04:55 +08:00
parent f292a54cff
commit daef14a553

View File

@ -6,22 +6,14 @@ contexts通过集群化、模块化、自动化可以在各种设备上
### install by source
```sh
curl -fsSL https://shylinux.com |sh -s source
export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp source
```
### install by binary
```sh
curl -fsSL https://shylinux.com |sh -s binary
export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp binary
```
## start
### serve
```sh
ish_miss_serve
ice>
```
### page
## page
open http://localhost:9020