diff --git a/docs/install.md b/docs/install.md index 1cf6b88c6..44e03c699 100644 --- a/docs/install.md +++ b/docs/install.md @@ -5,6 +5,7 @@ - [Get your OpenAI API key](#get-your-openai-api-key) - [Windows install](#windows-install) - [Mac/Linux install](#maclinux-install) +- [Tutorial videos](#tutorial-videos) ## Install git @@ -39,6 +40,14 @@ python -m pip install aider-chat aider --openai-api-key sk-xxxxxxxxxxxxxxx ``` +## Tutorial videos + +Here are a few tutorial videos: + +- [Aider : the production ready AI coding assistant you've been waiting for](https://www.youtube.com/watch?v=zddJofosJuM) -- Learn Code With JV +- [Holy Grail: FREE Coding Assistant That Can Build From EXISTING CODE BASE](https://www.youtube.com/watch?v=df8afeb1FY8) -- Matthew Berman +- [Aider: This AI Coder Can Create AND Update Git Codebases](https://www.youtube.com/watch?v=EqLyFT78Sig) -- Ian Wootten + ## You are done! See the [usage instructions](/#usage) to start coding with aider.