From a7faab32fea2ed15248a0279e2c10766f8896a47 Mon Sep 17 00:00:00 2001 From: digger yu Date: Mon, 12 Jun 2023 07:17:48 +0800 Subject: [PATCH] Fix typo in docs/setup.md (#4613) fix typo: depedencies -> dependencies Co-authored-by: Reinier van der Leer --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index 257e07c1..e894ebe2 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -172,7 +172,7 @@ If you need to upgrade Docker Compose to a newer version, you can follow the ins Once you have a recent version of docker-compose, run the commands below in your Auto-GPT folder. -1. Build the image. If you have pulled the image from Docker Hub, skip this step (NOTE: You *will* need to do this if you are modifying requirements.txt to add/remove depedencies like Python libs/frameworks) +1. Build the image. If you have pulled the image from Docker Hub, skip this step (NOTE: You *will* need to do this if you are modifying requirements.txt to add/remove dependencies like Python libs/frameworks) :::shell docker-compose build auto-gpt