Skip to content

Commit 70b0a14

Browse files
committed
fix: update readme
1 parent b5eb207 commit 70b0a14

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ sf plugins link .
2929

3030
When developing the plugin, you can run it in several ways:
3131

32-
### Using the local run file
33-
34-
```bash
35-
# Run a command using the local development script
36-
./bin/dev.js orchestrator template list --help
37-
```
38-
3932
### Using the linked plugin
4033

4134
After linking the plugin with `sf plugins link .`, you can run commands normally:
@@ -44,6 +37,13 @@ After linking the plugin with `sf plugins link .`, you can run commands normally
4437
sf orchestrator template list --help
4538
```
4639

40+
### Using the local run file
41+
42+
```bash
43+
# Run a command using the local development script
44+
./bin/dev.js orchestrator template list --help
45+
```
46+
4747
### Running Tests
4848

4949
```bash

0 commit comments

Comments
 (0)