Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
k1nky committed Aug 9, 2024
1 parent 7a2e78e commit 3aadbd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ Assignee: user_name
```
# where PLUGIN_EXEC_DATA=XX-YYY
/bin/sh -c "echo $PLUGIN_EXEC_DATA > /tmp/test"
```
```

You found more about the rules in [03-CONFIGURE](https://github.com/k1nky/tookhook/blob/main/docs/03-CONFIGURE.md)
1 change: 0 additions & 1 deletion docs/01-BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ Add your plugins as git submodule:
```
git submodule add <your_plugin_project_url> plugins/<your_plugin_name>
make submodules
make plugin
make docker
```

0 comments on commit 3aadbd3

Please sign in to comment.