Commit be693592 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by Jeromy

Update plugins.md

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent a11bb713
...@@ -285,6 +285,9 @@ Peers can see their (unspecific) relay address in the output of ...@@ -285,6 +285,9 @@ Peers can see their (unspecific) relay address in the output of
## Plugins ## Plugins
### In Version
0.4.11
Plugins allow to add functionality without the need to recompile the daemon. Plugins allow to add functionality without the need to recompile the daemon.
### Basic Usage: ### Basic Usage:
...@@ -295,3 +298,4 @@ See [Plugin docs](./plugins.md) ...@@ -295,3 +298,4 @@ See [Plugin docs](./plugins.md)
- [ ] Better support for platforms other than Linux - [ ] Better support for platforms other than Linux
- [ ] More plugins and plugin types - [ ] More plugins and plugin types
- [ ] Feedback on stability
# Plugins # Plugins
Since 0.4.11 go-ipfs has an experimental plugin system for various added Since 0.4.11 go-ipfs has an experimental plugin system that allows augmenting
functionality. 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`). directory (by default `~/.ipfs/plugins`).
### Plugin types ### Plugin types
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment