Skip to content

Commit

Permalink
Merge pull request netlify-templates#16 from alanwsmith/main
Browse files Browse the repository at this point in the history
Add 'npm install' to Getting Started - Installation Options
  • Loading branch information
cassidoo authored Nov 1, 2021
2 parents de379cd + a21cd6f commit b889197
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ You can start editing the page by modifying `pages/index.js`. The page auto-upda
**Option two:** Manual clone

1. Clone this repo: `git clone https://github.com/cassidoo/next-netlify-starter.git`
2. Navigate to the directory and run `npm run dev`
3. Make your changes
4. Connect to [Netlify](https://url.netlify.com/Bk4UicocL) manually (the `netlify.toml` file is the one you'll need to make sure stays intact to make sure the export is done and pointed to the right stuff)
2. Navigate to the directory and run `npm install`
3. Run `npm run dev`
4. Make your changes
5. Connect to [Netlify](https://url.netlify.com/Bk4UicocL) manually (the `netlify.toml` file is the one you'll need to make sure stays intact to make sure the export is done and pointed to the right stuff)

0 comments on commit b889197

Please sign in to comment.