From 4cb8a849f81102961360254452aaea14e024b8ad Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 30 May 2021 00:33:20 +0800 Subject: [PATCH] opt some --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab0a0c20..2c39e145 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ contexts通过集群化、模块化、自动化,可以在各种设备上,一 ### install by binary ```sh -export ctx_dev=https://shylinux.com ctx_temp=$(mktemp); curl -fsSL $ctx_dev -o $ctx_temp; source $ctx_temp binary +export ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp binary ``` ### install by source