mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add plugin tasks (#651)
This commit is contained in:
9
pkg/plugin/examples/README.md
Normal file
9
pkg/plugin/examples/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Building
|
||||
|
||||
From the base stash source directory:
|
||||
```
|
||||
go build -tags=plugin_example -o plugin_goraw.exe ./pkg/plugin/examples/goraw/...
|
||||
go build -tags=plugin_example -o plugin_gorpc.exe ./pkg/plugin/examples/gorpc/...
|
||||
```
|
||||
|
||||
Place the resulting binaries together with the yml files in the `plugins` subdirectory of your stash directory.
|
||||
Reference in New Issue
Block a user