Skip to content

Commit 34d0b2b

Browse files
committed
docs: clarify and improve version documentation in all READMEs
- Change the default VERSION value to latest and clarify it defaults to the latest release in all README files - Expand the description column in the version table for better clarity Signed-off-by: appleboy <[email protected]>
1 parent 8501ab0 commit 34d0b2b

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ chmod +x install.sh
100100

101101
#### Configurable Environment Variables
102102

103-
| Variable Name | Default Value | Description |
104-
| ------------- | ------------------ | ---------------------------------- |
105-
| VERSION | 0.16.1 | The CodeGPT version to install |
106-
| INSTALL_DIR | $HOME/.codegpt/bin | Installation directory |
107-
| CURL_INSECURE | false | Skip SSL verification (true/false) |
103+
| Variable Name | Default Value | Description |
104+
| ------------- | ------------------ | ----------------------------------------------------------- |
105+
| VERSION | latest | The CodeGPT version to install (defaults to latest release) |
106+
| INSTALL_DIR | $HOME/.codegpt/bin | Installation directory |
107+
| CURL_INSECURE | false | Skip SSL verification (true/false) |
108108

109109
Example usage:
110110

README.zh-cn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ chmod +x install.sh
8989

9090
#### 可配置的环境变量
9191

92-
| 变量名 | 默认值 | 说明 |
93-
| ------------- | ------------------ | ------------------------------ |
94-
| VERSION | 0.16.1 | 要安装的 CodeGPT 版本 |
95-
| INSTALL_DIR | $HOME/.codegpt/bin | 安装目录 |
96-
| CURL_INSECURE | false | 是否跳过 SSL 验证 (true/false) |
92+
| 变量名 | 默认值 | 说明 |
93+
| ------------- | ------------------ | ----------------------------------------- |
94+
| VERSION | latest | 要安装的 CodeGPT 版本(默认为最新发布版) |
95+
| INSTALL_DIR | $HOME/.codegpt/bin | 安装目录 |
96+
| CURL_INSECURE | false | 是否跳过 SSL 验证 (true/false) |
9797

9898
使用示例:
9999

README.zh-tw.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ chmod +x install.sh
100100

101101
#### 可設定的環境變數
102102

103-
| 變數名稱 | 預設值 | 說明 |
104-
| ------------- | ------------------ | ------------------------------ |
105-
| VERSION | 0.16.1 | 要安裝的 CodeGPT 版本 |
106-
| INSTALL_DIR | $HOME/.codegpt/bin | 安裝目錄 |
107-
| CURL_INSECURE | false | 是否跳過 SSL 驗證 (true/false) |
103+
| 變數名稱 | 預設值 | 說明 |
104+
| ------------- | ------------------ | ----------------------------------------- |
105+
| VERSION | latest | 要安裝的 CodeGPT 版本(預設為最新發布版) |
106+
| INSTALL_DIR | $HOME/.codegpt/bin | 安裝目錄 |
107+
| CURL_INSECURE | false | 是否跳過 SSL 驗證 (true/false) |
108108

109109
使用範例:
110110

0 commit comments

Comments
 (0)