Skip to content

Commit

Permalink
Fix link path to .nvmrc in 'Getting Started' docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoolean authored and ob6160 committed Oct 6, 2024
1 parent 9a8e4c3 commit 6376c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following is a "quick start" guide aimed at getting you started with a devel

### Prerequisites

- [fnm](https://github.com/Schniz/fnm) (or a node version matching the one specified in [.nvmrc](./nvmrc))
- [fnm](https://github.com/Schniz/fnm) (or a node version matching the one specified in [.nvmrc](./.nvmrc))
- [pnpm](https://pnpm.io/installation)
- [Docker](https://docs.docker.com/get-docker/) to spin up a local postgres database to develop against.
- Vercel CLI (optional)
Expand Down

0 comments on commit 6376c1f

Please sign in to comment.