Skip to content

Commit cdf5d52

Browse files
clean: remove new lines between list elements
1 parent 3b1e83f commit cdf5d52

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,11 @@ If you don't have a PowerSync account yet, [sign up here](https://accounts.journ
105105
- Search for "Create Personal Access Token"
106106
- Give it "owner" policy and a descriptive label
107107
- Copy the generated token
108-
109108
2. **Initialize the CLI and authenticate:**
110109
```bash
111110
npx powersync init
112111
```
113112
Paste your Personal Access Token when prompted.
114-
115113
3. **Create a new PowerSync instance:**
116114
```bash
117115
npx powersync instance create
@@ -123,7 +121,6 @@ Follow the prompts to configure:
123121
- When asked about Supabase auth, answer:
124122
- `? Are you using Supabase auth? Yes`
125123
- `? Do you want to add audiences? No`
126-
127124
4. **Deploy sync rules:**
128125
```bash
129126
npx powersync instance sync-rules deploy -f sync-rules.yaml

0 commit comments

Comments
 (0)