From ade3c015b49b2ae7eafa0d024c491765fca8f16a Mon Sep 17 00:00:00 2001 From: jazzhaiku <107593199+jazzhaiku@users.noreply.github.com> Date: Wed, 19 Mar 2025 07:23:23 +1100 Subject: [PATCH] Update docs/contributing/dev-environment.md Co-authored-by: Eugene Brodsky --- docs/contributing/dev-environment.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/contributing/dev-environment.md b/docs/contributing/dev-environment.md index f1c70dd1dd..6b63851df3 100644 --- a/docs/contributing/dev-environment.md +++ b/docs/contributing/dev-environment.md @@ -24,7 +24,10 @@ If you just want to use Invoke, you should use the [launcher][launcher link]. ```shell git config lfs.fetchinclude "*" ``` - + - Fetch files from LFS (only needs to be done once; subsequent `git pull` will fetch changes automatically): + ``` + git lfs pull + ``` 4. Create an directory for user data (images, models, db, etc). This is typically at `~/invokeai`, but if you already have a non-dev install, you may want to create a separate directory for the dev install. 5. Follow the [manual install][manual install link] guide, with some modifications to the install command: