Skip to content

Commit df631e1

Browse files
chore: updates DEVELOPER.md meteor install instructions (#1561)
1 parent 22b1e91 commit df631e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Follow these instructions to start up Sofie Core in development mode. (For produ
1919
### Prerequisites
2020

2121
- Install [Node.js](https://nodejs.org) 20 (using [nvm](https://github.com/nvm-sh/nvm) or [nvm-windows](https://github.com/coreybutler/nvm-windows) is the recommended way to install Node.js)
22-
- Install [Meteor](https://www.meteor.com/install) (`npm install --global meteor`)
22+
- Install [Meteor](https://docs.meteor.com/about/install.html) (`npx meteor`)
2323
- Enable [corepack](https://nodejs.org/api/corepack.html#corepack) (`corepack enable`) as administrator/root. If `corepack` is not found, you may need to install it first with `npm install --global corepack`
2424

2525
- If on Windows, you may need to `npm install --global windows-build-tools` but this is not always necessary

0 commit comments

Comments
 (0)