Skip to content

Commit

Permalink
feat(jzero): release v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed May 6, 2024
1 parent 62a2afa commit 19b82fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
35 changes: 6 additions & 29 deletions docs/src/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ tar -zxvf gvm_1.4.2_Linux_x86_64.tar.gz
mv gvm /usr/local/bin
gvm init
# 重新开一个 terminal 或者 source 一下配置文件. 如 source ~/.bashrc
gvm install go1.19
gvm activate go1.19
gvm install go1.22.2
gvm activate go1.22.2
```

## 安装 jzero
Expand All @@ -33,36 +33,13 @@ go install github.com/jzero-io/jzero@latest
jzero version
```

:::tip
最新 main 分支支持一键安装工具. 执行: jzero check
:::

## 安装 goctl
## jzero 相关工具一键安装

```shell
go install github.com/zeromicro/go-zero/tools/goctl@latest

goctl --version
```

## 安装 proto 相关工具

```shell
goctl env check --install --verbose --force
```



## 安装 goreleaser

```shell
go install github.com/goreleaser/goreleaser@latest
```

## 安装 task
:::tip go 1.21 版本以下会有报错信息, 不影响基本使用. 推荐采用 go 1.21 版本以及以上
:::

```shell
go install github.com/go-task/task/v3/cmd/task@latest
jzero check
```

## Docker
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (

// ldflags
var (
version = "0.9.8"
version = "0.9.9"
commit string
date string
)
Expand Down

0 comments on commit 19b82fe

Please sign in to comment.