mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
docs: Update documentation for --install-branch option
This commit is contained in:
parent
af53e8ce93
commit
ade0f9f918
2 changed files with 6 additions and 6 deletions
|
@ -358,8 +358,8 @@ cog.outl("```")
|
||||||
## Show release notes on first run of new version (default: None, ask user)
|
## Show release notes on first run of new version (default: None, ask user)
|
||||||
#show-release-notes: xxx
|
#show-release-notes: xxx
|
||||||
|
|
||||||
## Install the latest version from the main branch
|
## Install the latest version from a git branch. If GIT_URL is provided, installs from that URL (e.g., git+https://github.com/user/aider.git@my-branch). If no URL is provided, installs from the Aider-AI main branch.
|
||||||
#install-main-branch: false
|
#install-branch: false
|
||||||
|
|
||||||
## Upgrade aider to the latest version from PyPI
|
## Upgrade aider to the latest version from PyPI
|
||||||
#upgrade: false
|
#upgrade: false
|
||||||
|
|
|
@ -65,7 +65,7 @@ usage: aider [-h] [--model] [--openai-api-key] [--anthropic-api-key]
|
||||||
[--analytics | --no-analytics] [--analytics-log]
|
[--analytics | --no-analytics] [--analytics-log]
|
||||||
[--analytics-disable] [--just-check-update]
|
[--analytics-disable] [--just-check-update]
|
||||||
[--check-update | --no-check-update]
|
[--check-update | --no-check-update]
|
||||||
[--show-release-notes | --no-show-release-notes]
|
[--show-release-notes | --no-show-release-notes] [--install-branch]
|
||||||
[--install-main-branch] [--upgrade] [--version]
|
[--install-main-branch] [--upgrade] [--version]
|
||||||
[--message] [--message-file]
|
[--message] [--message-file]
|
||||||
[--gui | --no-gui | --browser | --no-browser]
|
[--gui | --no-gui | --browser | --no-browser]
|
||||||
|
@ -559,10 +559,10 @@ Aliases:
|
||||||
- `--show-release-notes`
|
- `--show-release-notes`
|
||||||
- `--no-show-release-notes`
|
- `--no-show-release-notes`
|
||||||
|
|
||||||
### `--install-main-branch`
|
### `--install-branch [GIT_URL]`
|
||||||
Install the latest version from the main branch
|
Install the latest version from a git branch. If GIT_URL is provided, installs from that URL (e.g., git+https://github.com/user/aider.git@my-branch). If no URL is provided, installs from the Aider-AI main branch.
|
||||||
Default: False
|
Default: False
|
||||||
Environment variable: `AIDER_INSTALL_MAIN_BRANCH`
|
Environment variable: `AIDER_INSTALL_BRANCH`
|
||||||
|
|
||||||
### `--upgrade`
|
### `--upgrade`
|
||||||
Upgrade aider to the latest version from PyPI
|
Upgrade aider to the latest version from PyPI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue