From deda74bb653250373135a5e83c6acf18995f309a Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sat, 29 May 2021 16:39:00 +0800 Subject: [PATCH] opt some --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e0101fe5..ab0a0c20 100644 --- a/README.md +++ b/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