Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append links to dependencies #103

Merged
merged 1 commit into from
Aug 11, 2024
Merged
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
Append links to dependencies
  • Loading branch information
dae-vinity authored Aug 11, 2024
commit e31229b131c5b7ae3652b7f8828d8ddec18d2449
2 changes: 1 addition & 1 deletion docs/development/getting-started.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ If you just want to develop custom extensions, see [the custom extension documen

## Dependencies {#dependencies}

All of our packages need Git and Node.js **v20** (likely anything v18 or later works, but we can't promise that). We assume you are familiar with the command line.
All of our packages need [Git](https://git-scm.com/download) and [Node.js **v20**](https://nodejs.org/en/download) (likely anything v18 or later works, but we can't promise that). We assume you are familiar with the command line.

Some packages may want some additional things installed, so check the README in each package you want to develop.