Skip to content

Commit

Permalink
Merge pull request #2 from vjousse/patch-1
Browse files Browse the repository at this point in the history
Explicitly use the `main` branch when using degit
  • Loading branch information
lindsaykwardell authored Apr 1, 2022
2 parents 91c39ab + 703c88a commit 234aac5
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 @@ -24,7 +24,7 @@ Live demo site: https://vite-elm-template.netlify.app/

```bash
# Clone the template locally, removing the template's Git log
npx degit lindsaykwardell/vite-elm-template my-elm-app
npx degit lindsaykwardell/vite-elm-template#main my-elm-app

# Enter the project, install dependencies, and get started!
cd my-elm-app
Expand Down

0 comments on commit 234aac5

Please sign in to comment.