Skip to content

Commit 06cadf1

Browse files
committed
chore: fix up README to reference npm install instead of npm run setup
1 parent 0c20d16 commit 06cadf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Contributions to Remix Development Tools are welcome! To contribute, please foll
8282

8383
1. Fork the repository and clone it locally.
8484
2. Create a new branch for your feature or bug fix.
85-
3. Run `npm run setup` to get your development environment set up.
85+
3. Run `npm install` to get your development environment set up.
8686
4. Run `npm run dev` to start the development server.
8787
5. Implement your changes, adhering to the existing code style and best practices.
8888
6. Commit and push your changes to your forked repository.

0 commit comments

Comments
 (0)