docs: fix repo links and update command for create project (#164)
Co-authored-by: Matt Kane <mkane@cloudflare.com>
This commit is contained in:
committed by
GitHub
parent
0aae9d806b
commit
e4a44eca62
@@ -20,17 +20,17 @@ This guide walks you through creating your first EmDash site, from installation
|
||||
<Tabs>
|
||||
<TabItem label="npm">
|
||||
```bash
|
||||
npm create astro@latest -- --template emdash
|
||||
npm create emdash@latest
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem label="pnpm">
|
||||
```bash
|
||||
pnpm create astro@latest --template emdash
|
||||
pnpm create emdash@latest
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem label="yarn">
|
||||
```bash
|
||||
yarn create astro --template emdash
|
||||
yarn create emdash
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
@@ -9,7 +9,7 @@ hero:
|
||||
link: /getting-started/
|
||||
icon: right-arrow
|
||||
- text: View on GitHub
|
||||
link: https://github.com/withastro/emdash
|
||||
link: https://github.com/emdash-cms/emdash
|
||||
icon: external
|
||||
variant: minimal
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user