Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daheige committed May 15, 2022
1 parent d9a22d6 commit e3246a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/linux-go-grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
sudo tar zxvf go1.16.15.linux-amd64.tar.gz
sudo chown -R $USER /usr/local/go

设置好go env
设置好go env环境变量
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,https://mirrors.aliyun.com/goproxy/,direct
go env -w CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion docs/linux-nodejs-grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd /usr/local/
sudo wget https://nodejs.org/dist/v12.16.2/node-v12.16.2-linux-x64.tar.xz
# 如果使用的是centos系统,请自行先安装好xz,这里我用的ubuntu20.04系统
# 这里我用的ubuntu20.04系统,如果使用的是centos系统,请自行先安装好xz
sudo apt-get install xz-utils
sudo xz -d node-v12.16.2-linux-x64.tar.xz
sudo tar xvf node-v12.16.2-linux-x64.tar
Expand Down

0 comments on commit e3246a7

Please sign in to comment.