Skip to content

Commit 9ff8029

Browse files
authored
docs: replace out-of-date info (#10822)
1 parent 1bfafe9 commit 9ff8029

File tree

1 file changed

+12
-2
lines changed
  • sites/svelte-5-preview/src/routes/docs/content/03-appendix

1 file changed

+12
-2
lines changed

sites/svelte-5-preview/src/routes/docs/content/03-appendix/01-faq.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,17 @@ No. You can do the migration towards runes incrementally when Svelte 5 comes out
103103

104104
### When can I `npm install` the Svelte 5 preview?
105105

106-
We plan to publish a pre-release version with enough time for brave souls to try it out in their apps and give us feedback on what breaks. Watch this space.
106+
Right now!
107+
108+
```bash
109+
npm install svelte@next
110+
```
111+
112+
You can also opt into Svelte 5 when creating a new SvelteKit project:
113+
114+
```bash
115+
npm create svelte@latest
116+
```
107117

108118
### What's left to do?
109119

@@ -119,7 +129,7 @@ We know that some of you are very keen on certain feature ideas, and we are too.
119129

120130
### I want to help. How do I contribute?
121131

122-
We appreciate your enthusiasm! Right now it's not possible to accept contributions, but once we enter public beta, everything will be available on the Svelte GitHub repository.
132+
We appreciate your enthusiasm! We welcome issues on the [sveltejs/svelte](https://github.com/sveltejs/svelte) repo. Pull requests are a little dicier right now since many things are in flux, so we recommended starting with an issue.
123133

124134
### How can I share feedback or cool examples of what this enables?
125135

0 commit comments

Comments
 (0)