From 59de835b42d64fdb85dfb56d9004fd3c618ad1d5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 16 Dec 2024 16:08:02 -0800 Subject: [PATCH] copy --- aider/website/docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/docs/install.md b/aider/website/docs/install.md index 3c4c79621..7d02b57b2 100644 --- a/aider/website/docs/install.md +++ b/aider/website/docs/install.md @@ -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 ```