Skip to content

Commit 9bd932c

Browse files
committed
feat: clarified README instructions
1 parent 726c07c commit 9bd932c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ TypeScript cannot handle type information for `.vue` imports by default, so we r
1212

1313
## Project Setup
1414

15-
First, make a copy of this template repo, and then clone your personal copy (not this repo!).
15+
1. **Don't clone this repo!**
16+
1. Instead, look for the green "Use this template" button in the upper right.
17+
1. Click that, then choose "Create a new repository" from the dropdown menu.
18+
1. Create a public repo and clone it.
1619

1720
Then:
1821

@@ -32,7 +35,7 @@ This is a simple app that queries the [USGS Earthquake API](https://earthquake.u
3235

3336
Explore the code (starting at `main.ts` which is always the entry point of any Vue app) and go from there. Make sure the tests for `QuakeFilter.vue` pass, and—of course—don't modify the test file!
3437

35-
Please log your time spent on this and let us know about how long it took you.
38+
Please log your time spent on this and let us know about how long it took you. Feel free to also keep notes about anything that tripped you up, and we can discuss.
3639

3740
### A Note About Using AI
3841

0 commit comments

Comments
 (0)