1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 15:06:47 +08:00

Update plugins.md

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy Johnson
2017-10-05 10:33:18 +03:00
committed by Jeromy
parent a11bb713d6
commit be6935924f
2 changed files with 7 additions and 3 deletions

View File

@ -285,6 +285,9 @@ Peers can see their (unspecific) relay address in the output of
## Plugins
### In Version
0.4.11
Plugins allow to add functionality without the need to recompile the daemon.
### Basic Usage:
@ -295,3 +298,4 @@ See [Plugin docs](./plugins.md)
- [ ] Better support for platforms other than Linux
- [ ] More plugins and plugin types
- [ ] Feedback on stability

View File

@ -1,9 +1,9 @@
# Plugins
Since 0.4.11 go-ipfs has an experimental plugin system for various added
functionality.
Since 0.4.11 go-ipfs has an experimental plugin system that allows augmenting
the daemons functionality without recompiling.
When IPFS node is created, it will load plugins from `$IPFS_PATH/plugins`
When an IPFS node is created, it will load plugins from the `$IPFS_PATH/plugins`
directory (by default `~/.ipfs/plugins`).
### Plugin types