1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-06-26 18:07:30 +08:00

opt readme

This commit is contained in:
harveyshao 2021-05-13 15:28:04 +08:00
commit ec386dd460

View File

@ -6,7 +6,7 @@ contexts通过集群化、模块化、自动化可以在各种设备上
### install by source ### install by source
```sh ```sh
export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp source export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp source
``` ```
### install by binary ### install by binary
@ -16,4 +16,3 @@ export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $
## webview ## webview
then open http://localhost:9020 then open http://localhost:9020