Skip to content

Commit 7998cf9

Browse files
authored
Fix readme to cd into directory
1 parent 29c0ec6 commit 7998cf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Example using adapter static [on github pages](https://duckdb-wasm-examples.gith
1111
To run locally:
1212

1313
```sh
14-
git clone https://github.com/duckdb-wasm-examples/sveltekit-typescript
14+
git clone https://github.com/duckdb-wasm-examples/sveltekit-typescript sveltekit-typescript
15+
cd sveltekit-typescript
1516
npm i
1617
npm run dev
1718
```

0 commit comments

Comments
 (0)