Skip to content

Commit ade3c01

Browse files
jazzhaikuebr
andauthored
Update docs/contributing/dev-environment.md
Co-authored-by: Eugene Brodsky <[email protected]>
1 parent 6375214 commit ade3c01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/contributing/dev-environment.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ If you just want to use Invoke, you should use the [launcher][launcher link].
2424
```shell
2525
git config lfs.fetchinclude "*"
2626
```
27-
27+
- Fetch files from LFS (only needs to be done once; subsequent `git pull` will fetch changes automatically):
28+
```
29+
git lfs pull
30+
```
2831
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.
2932

3033
5. Follow the [manual install][manual install link] guide, with some modifications to the install command:

0 commit comments

Comments
 (0)