summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--topics/ai/aider.gmi6
1 files changed, 5 insertions, 1 deletions
diff --git a/topics/ai/aider.gmi b/topics/ai/aider.gmi
index 71dfa9e..aa88e71 100644
--- a/topics/ai/aider.gmi
+++ b/topics/ai/aider.gmi
@@ -1,12 +1,16 @@
 # Aider
 
-https://aider.chat/
+=> https://aider.chat/
 
+```
 python3 -m venv ~/opt/python-aider
 ~/opt/python-aider/bin/python3 -m pip install aider-install
 ~/opt/python-aider/bin/aider-install
+```
 
 Installed 1 executable: aider
 Executable directory /home/wrk/.local/bin is already in PATH
 
+```
 aider --model gpt-4o --openai-api-key aa...
+```