mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
copy
This commit is contained in:
parent
ecbac76cba
commit
59de835b42
1 changed files with 2 additions and 2 deletions
|
@ -36,13 +36,13 @@ powershell -ExecutionPolicy ByPass -c "irm https://aider.chat/install.ps1 | iex"
|
|||
Use curl to download the script and execute it with sh:
|
||||
|
||||
```bash
|
||||
$ curl -LsSf https://aider.chat/install.sh | sh
|
||||
curl -LsSf https://aider.chat/install.sh | sh
|
||||
```
|
||||
|
||||
If your system doesn't have curl, you can use wget:
|
||||
|
||||
```bash
|
||||
$ wget -qO- https://aider.chat/install.sh | sh
|
||||
wget -qO- https://aider.chat/install.sh | sh
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue