File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -100,11 +100,11 @@ chmod +x install.sh
100
100
101
101
#### Configurable Environment Variables
102
102
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) |
108
108
109
109
Example usage:
110
110
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ chmod +x install.sh
89
89
90
90
#### 可配置的环境变量
91
91
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) |
97
97
98
98
使用示例:
99
99
Original file line number Diff line number Diff line change @@ -100,11 +100,11 @@ chmod +x install.sh
100
100
101
101
#### 可設定的環境變數
102
102
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) |
108
108
109
109
使用範例:
110
110
You can’t perform that action at this time.
0 commit comments