瀏覽代碼

readme: clarify self-containedness

tags/v2.9.0-rc1
Shivaram Lingamneni 2 年之前
父節點
當前提交
5c7fd0ec0b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -83,7 +83,7 @@ For information on contributing to Ergo, see [DEVELOPING.md](https://github.com/
83 83
 
84 84
 #### Building
85 85
 
86
-You'll need an [up-to-date distribution of the Go language for your OS and architecture](https://golang.org/dl/). Once you have that, just clone the repository and run `make build`. If everything goes well, you should now have an executable named `ergo` in the base directory of the project.
86
+You'll need an [up-to-date distribution of the Go language for your OS and architecture](https://golang.org/dl/). Once that's installed (check the output of `go version`), just check out your desired branch or tag and run `make build`. This will produce an executable binary named `ergo` in the base directory of the project. (Ergo vendors all its dependencies, so you will not need to fetch any dependencies remotely.)
87 87
 
88 88
 ## Configuration
89 89
 

Loading…
取消
儲存