forked from x/ContextOS
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
|
### 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user