Update plugins.md
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy Johnson committed
Oct 5, 2017 at 10:33 UTC
be6935924fc13c2b648964669f353449a39bbbe3
2 files changed
+7
-3
docs/experimental-features.md
+4
@@ -285,6 +285,9 @@ Peers can see their (unspecific) relay address in the output of
285
286
## Plugins
287
288
+### In Version
289
+0.4.11
290
+
291
Plugins allow to add functionality without the need to recompile the daemon.
292
293
### Basic Usage:
@@ -295,3 +298,4 @@ See [Plugin docs](./plugins.md)
298
299
- [ ] Better support for platforms other than Linux
300
- [ ] More plugins and plugin types
301
+- [ ] Feedback on stability
docs/plugins.md
+3
-3
@@ -1,9 +1,9 @@
1
# Plugins
2
3
-Since 0.4.11 go-ipfs has an experimental plugin system for various added
4
-functionality.
3
+Since 0.4.11 go-ipfs has an experimental plugin system that allows augmenting
4
+the daemons functionality without recompiling.
5
6
-When IPFS node is created, it will load plugins from `$IPFS_PATH/plugins`
6
+When an IPFS node is created, it will load plugins from the `$IPFS_PATH/plugins`
7
directory (by default `~/.ipfs/plugins`).
8
9
### Plugin types