This commit is contained in:
Paul Gauthier 2024-12-16 16:08:02 -08:00
parent ecbac76cba
commit 59de835b42

View file

@ -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
``` ```