1
0
forked from x/ContextOS
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 ### install by source
```sh ```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 ### install by binary
```sh ```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 ## page
### serve
```sh
ish_miss_serve
ice>
```
### page
open http://localhost:9020 open http://localhost:9020