From 34e39099b952ebabe421b99d238fbdbe9ffba65d Mon Sep 17 00:00:00 2001 From: harveyshao Date: Tue, 1 Mar 2022 17:12:48 +0800 Subject: [PATCH] opt some --- README.md | 6 ------ go.mod | 2 +- src/main.shy | 1 + 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7b77d4f8..9f7fe988 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,10 @@ contexts 通过集群化、模块化、自动化的方式,用一个 20M 的程 ## 安装项目 -### 镜像方式 ```sh ctx_temp=$(mktemp); curl -o $ctx_temp -fsSL https://shylinux.com; source $ctx_temp binary ``` -### 源码方式 -```sh -ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp source -``` - ## 使用项目 如果是本地启动,直接免登录打开网页,http://localhost:9020 , 如果是远程或容器启动,输入相应地址后,输入默认的 username: root password: root 即可登录 diff --git a/go.mod b/go.mod index 9a653421..95da0900 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module shylinux.com/x/contexts go 1.11 -require shylinux.com/x/ice v0.7.3 +require shylinux.com/x/ice v0.7.4 require ( shylinux.com/x/golang-story v0.3.4 diff --git a/src/main.shy b/src/main.shy index a0116a19..7b254337 100644 --- a/src/main.shy +++ b/src/main.shy @@ -35,3 +35,4 @@ section "神农架" field "趋势图" web.code.git.trend args `intshell` field "架构图" web.code.git.spide args `intshell` +spark md README.md