From 1b9ed1504526354601d347ce36b8ab6e5ff80472 Mon Sep 17 00:00:00 2001 From: Ryan Luo <1445542900@qq.com> Date: Tue, 13 Aug 2019 14:54:41 +0800 Subject: [PATCH] Update README.md we can describe make with more detail --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5cb7d29..142ced8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ A global proxy for go modules. see: [https://goproxy.io](https://goproxy.io) It invokes the local go command to answer requests. ## Build + git clone https://github.com/goproxyio/goproxy.git + cd goproxy make ## Started