Skip to content

Commit 3132273

Browse files
Add deno option for installation via package management (#1013)
1 parent 1783c43 commit 3132273

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/routes/solid-router/getting-started/installation-and-setup.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ pnpm add @solidjs/router
3737
bun add @solidjs/router
3838
```
3939
</div>
40+
41+
<div id="deno">
42+
```bash frame="none"
43+
deno add npm:@solidjs/router
44+
```
45+
</div>
4046
</TabsCodeBlocks>
4147

4248
## Configure the routes

0 commit comments

Comments
 (0)