Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Aug 23, 2024
1 parent 6a2e6ff commit 8edd89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# starter-nuxt
# nuxt

Starter template for Nuxt

## Try it now!

### GitHub Template

[Create a repo from this template on GitHub](https://github.com/elonehoo/starter-nuxt/generate).
[Create a repo from this template on GitHub](https://github.com/elonehoo-starter/nuxt/generate).

### Clone to local

If you prefer to do it manually with the cleaner git history

```bash
sudo npx degit elonehoo/starter-nuxt my-nuxt-app
sudo npx degit elonehoo-starter/nuxt my-nuxt-app
cd my-nuxt-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```
Expand Down

0 comments on commit 8edd89c

Please sign in to comment.