cg33 6 anni fa
parent
commit
9a9f2c97e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README_CN.md

+ 1 - 1
README_CN.md

@@ -26,7 +26,7 @@ git clone https://github.com/GoAdminGroup/example.git
 
 ```shell
 cd example
-GO111MODULE=on go run .
+GOPROXY=https://goproxy.cn GO111MODULE=on go run .
 ```
 
 访问: [http://localhost:9033/admin](http://localhost:9033/admin)