Skip to content

Commit 76cbeba

Browse files
chore(examples): avoid nested markdown fences in plugin install example
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 2076b67 commit 76cbeba

File tree

1 file changed

+2
-6
lines changed
  • examples/05_skills_and_plugins/03_local_plugin_install

1 file changed

+2
-6
lines changed

examples/05_skills_and_plugins/03_local_plugin_install/main.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@
1111
1212
To write artifacts to disk (useful for PR review), set:
1313
14-
```bash
15-
export OPENHANDS_EXAMPLE_ARTIFACT_DIR=.pr/local_plugin_install_test
16-
```
14+
export OPENHANDS_EXAMPLE_ARTIFACT_DIR=.pr/local_plugin_install_test
1715
1816
Then run:
1917
20-
```bash
21-
uv run python examples/05_skills_and_plugins/03_local_plugin_install/main.py
22-
```
18+
uv run python examples/05_skills_and_plugins/03_local_plugin_install/main.py
2319
2420
This will create (and overwrite) `plugin_src/`, `installed_root/`, and
2521
`persistence/` under the artifact directory.

0 commit comments

Comments
 (0)