Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/content/docs/development/Setup/dev-environment.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Development Environment
lastUpdated: 2026-02-19
lastUpdated: 2026-07-01
---

import { LinkCard, Steps, Tabs, TabItem, FileTree, LinkButton } from '@astrojs/starlight/components'
Expand Down Expand Up @@ -34,7 +34,7 @@ import SystemRequirementsLink from '@components/SystemRequirmentsLink.astro'
Next, clone your fork to your local machine. You can use either HTTPS or SSH, depending on your git configuration.

3. This repository uses Git LFS to manage large files. To ensure all assets are downloaded:
- Install git-lfs [Download here](https://git-lfs.com/)
- Install git-lfs -> [Download here](https://git-lfs.com/)
- Enable automatic LFS fetching for this repository:
```shell
git config lfs.fetchinclude "*"
Expand Down
Loading