mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt some
This commit is contained in:
parent
f292a54cff
commit
daef14a553
14
README.md
14
README.md
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user