Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yanggeorge committed Apr 4, 2020
1 parent c25a127 commit 09db0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/_posts/2019-11-19-debug-k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tags:
- 建议安装好docker
- 配置好go的环境,设置`GOPATH`,同时把`$GOPATH/bin`加入到`PATH`
- 安装Goland这个集成开发环境
- 从git克隆k3s的代码,加上depth参数则不下载历史,速度会快很多
- 从github克隆k3s的代码,加上depth参数则不下载历史,速度会快很多
```bash
$ git clone --depth 1 https://github.com/rancher/k3s.git $GOPATH/src/github.com/rancher/k3s
```
Expand Down

0 comments on commit 09db0cb

Please sign in to comment.