Skip to content

Commit d5abe24

Browse files
authored
More helpful information
1 parent 8f793d3 commit d5abe24

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/powersync/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Web support is currently in an alpha release. This Readme has been updated to re
1010

1111
The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos/supabase-todolist) demo app:
1212

13-
1. Checkout this repo's `alpha_release` branch.
14-
* Note: If you are an existing user updating to the latest code after a git pull, run `melos exec 'flutter pub upgrade'` in the project's root and make sure it succeeds.
15-
2. Run `melos prepare` in the project's root
13+
1. Checkout [this repo's](https://github.com/powersync-ja/powersync.dart/tree/alpha-release) `alpha_release` branch.
14+
* Note: If you are an existing user updating to the latest code after a git pull, run `melos exec 'flutter pub upgrade'` in the repo's root and make sure it succeeds.
15+
2. Run `melos prepare` in the repo's root
1616
3. cd into the `demos/supabase-todolist` folder
1717
4. If you haven’t yet: `cp lib/app_config_template.dart lib/app_config.dart` (optionally update this config with your own Supabase and PowerSync project details).
1818
5. Run `flutter run -d chrome`
@@ -24,6 +24,7 @@ Install the latest alpha version of the package, for example:
2424
```
2525
flutter pub add powersync:1.3.0-alpha.1
2626
```
27+
The latest prerelease version can be found [here](https://pub.dev/packages/powersync/versions).
2728

2829
### Additional config
2930
Web support requires `sqlite3.wasm` and `powersync_db.worker.js` assets to be served from the web application. This is typically achieved by placing the files in the project `web` directory.
@@ -98,6 +99,8 @@ To test web support, install the latest alpha version of the SDK, for example:
9899

99100
```flutter pub add powersync:1.3.0-alpha.1```
100101

102+
The latest prerelease version can be found [here](https://pub.dev/packages/powersync/versions).
103+
101104
If you want to install the latest stable version of the SDK, run:
102105
`flutter pub add powersync`
103106

0 commit comments

Comments
 (0)