Skip to content

Commit

Permalink
docs: update config guide
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 22, 2024
1 parent c625493 commit 7e48014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Visit [lipWeb](https://www.lippkg.com).

## It downloads so slowly! What can I do?

lip downloads teeth via GOPROXY. You can set the `GOPROXY` environment variable to a list of GOPROXY servers seperated by commas, e.g. `LIP_GOPROXY=https://goproxy.cn,https://goproxy.io`. Set a GOPROXY server that is close to you.
lip downloads teeth via GOPROXY. You can use a faster proxy by running `lip config GoModuleProxyURL <url>`. lip supports GitHub mirror as well. You can use it by running `lip config GitHubMirrorURL <url>`.

## It always shows errors when I try to install a tooth!

Expand Down
2 changes: 1 addition & 1 deletion docs/faq.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 它的下载速度太慢了! 我可以做什么呢?

lip通过GOPROXY下载牙齿。你可以将`GOPROXY`环境变量设置为一个用逗号隔开的GOPROXY服务器列表,例如`LIP_GOPROXY=https://goproxy.cn,https://goproxy.io`。设置一个离你很近的GOPROXY服务器
Lip通过GOPROXY下载依赖。你可以通过运行`lip config GoModuleProxyURL <url>`来使用更快的代理。Lip还支持GitHub镜像,你可以通过运行`lip config GitHubMirrorURL <url>`来使用它

## 当我试图安装一个tooth时,它总是显示错误!

Expand Down

0 comments on commit 7e48014

Please sign in to comment.