mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt some
This commit is contained in:
parent
35153d31bc
commit
deda74bb65
12
README.md
12
README.md
@ -4,15 +4,15 @@ contexts通过集群化、模块化、自动化,可以在各种设备上,一
|
||||
|
||||
## install
|
||||
|
||||
### install by source
|
||||
```sh
|
||||
export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp source
|
||||
```
|
||||
|
||||
### install by binary
|
||||
```sh
|
||||
export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp binary
|
||||
```
|
||||
|
||||
## webview
|
||||
### install by source
|
||||
```sh
|
||||
export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp source
|
||||
```
|
||||
|
||||
## page
|
||||
then open http://localhost:9020
|
||||
|
Loading…
x
Reference in New Issue
Block a user