Skip to content

Commit 018076f

Browse files
committed
2 parents 359725a + cb1fe60 commit 018076f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,6 @@ corepack enable
128128
corepack prepare pnpm@latest --activate
129129
```
130130

131-
### RTK Usage (Optional but Recommended)
132-
This repository's Copilot instructions prefer using `rtk` (token-optimized CLI proxy) when running terminal commands.
133-
134-
- If `rtk` is installed: prefer `rtk <command>`.
135-
- If `rtk` is not installed: run the raw command directly.
136-
137-
Examples:
138-
```bash
139-
rtk git status
140-
# fallback if rtk is unavailable
141-
git status
142-
```
143-
144131
#### Specific Framework install
145132
For a more targeted install, you could optionally install a specific framework (which avoids installing all frameworks).
146133
You should only do that if you're only interested in contributing something specific to a framework wrapper, see commands below:
@@ -208,6 +195,19 @@ pnpm run cypress
208195
pnpm run cypress:ci
209196
```
210197

198+
### [RTK](https://github.com/rtk-ai/rtk) Usage (Optional but Recommended)
199+
This repository's Copilot instructions prefer using [`rtk`](https://github.com/rtk-ai/rtk) (token-optimized CLI proxy) when running terminal commands.
200+
201+
- If `rtk` is installed: prefer `rtk <command>`.
202+
- If `rtk` is not installed: run the raw command directly.
203+
204+
Examples:
205+
```bash
206+
rtk git status
207+
# fallback if rtk is unavailable
208+
git status
209+
```
210+
211211
## Sponsors
212212

213213
Thanks to all my Sponsors

0 commit comments

Comments
 (0)