mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +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:
|
Use curl to download the script and execute it with sh:
|
||||||
|
|
||||||
```bash
|
```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:
|
If your system doesn't have curl, you can use wget:
|
||||||
|
|
||||||
```bash
|
```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