Skip to content

Commit

Permalink
Update plugins.md
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jeromy <[email protected]>
  • Loading branch information
whyrusleeping committed Oct 5, 2017
1 parent a11bb71 commit be69359
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -295,3 +298,4 @@ See [Plugin docs](./plugins.md)

- [ ] Better support for platforms other than Linux
- [ ] More plugins and plugin types
- [ ] Feedback on stability
6 changes: 3 additions & 3 deletions docs/plugins.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit be69359

Please sign in to comment.