diff --git a/README.md b/README.md index e06fbe3b..568d2326 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ I keep an ongoing list of [blog post ideas](https://github.com/jakejarvis/jarv.i #### Using Yarn/NPM: -Run `yarn install` (or `npm install`) and `yarn start` (or `npm start`) ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first), then open [http://localhost:1313/](http://localhost:1313/). Pages will live-refresh when source files are changed. +Run `yarn install` ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first, or use `npm install`) and `yarn start` (or `npm start`), then open [http://localhost:1313/](http://localhost:1313/). Pages will live-refresh when source files are changed. #### Using Docker: