Sfoglia il codice sorgente

go install add @latest

chris 2 anni fa
parent
commit
699bca138d
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      README.md
  2. 1 1
      README_zh.md

+ 1 - 1
README.md

@@ -36,7 +36,7 @@ To use Nunu, you need to install the following software on your system:
 You can install Nunu with the following command:
 
 ```bash
-go install github.com/go-nunu/nunu
+go install github.com/go-nunu/nunu@latest
 ```
 
 ## Usage

+ 1 - 1
README_zh.md

@@ -35,7 +35,7 @@ Nunu是一个基于Golang的应用脚手架,它的名字来自于英雄联盟
 你可以通过以下命令来安装Nunu:
 
 ```bash
-go install github.com/go-nunu/nunu
+go install github.com/go-nunu/nunu@latest
 ```
 
 ## 使用