Add warning for breaking changes in installation

This commit is contained in:
Wout De Puysseleir 2023-08-08 12:08:40 -07:00
parent f23472ce3b
commit fe10f86d62
No known key found for this signature in database
GPG key ID: 3DE9371B50FEC46A

View file

@ -84,6 +84,8 @@ If you don't want SSR, you can disable it by not setting `NodeJS.Supervisor` in
## Installation
_If you're updating from an older version, make sure to check the `CHANGELOG.md` for breaking changes._
1. Add `live_svelte` to your list of dependencies in `mix.exs`:
```elixir