Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 committed Oct 10, 2024
1 parent b7e5120 commit ae61210
Show file tree
Hide file tree
Showing 4 changed files with 2,406 additions and 285 deletions.
4 changes: 2 additions & 2 deletions app/_includes/md/custom-plugin.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Shared between KIC and KGO plugin installation -->
## Create a custom plugin

1. Create a directory with test plugin code.
1. Create a directory with plugin code.

{:.note}
> If you already have a real plugin, you can skip this step.
Expand Down Expand Up @@ -35,7 +35,7 @@
' > myheader/schema.lua
```

After your plugin code available in a directory, the directory should look like this:
After your plugin code is available in a directory, the directory should look like this:

```bash
tree myheader
Expand Down
Loading

0 comments on commit ae61210

Please sign in to comment.