Skip to content

Commit 93ed429

Browse files
committedJul 14, 2016
Reintroduce install doc
1 parent d31b4d0 commit 93ed429

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

Diff for: ‎README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ From elasticsearch 2.0 you need to look at the following links:
66
* [Documentation](https://www.elastic.co/guide/en/elasticsearch/plugins/current/index.html).
77
* [Question? Bugs?](https://discuss.elastic.co/c/elasticsearch)
88

9-
For older versions, look at the following table:
9+
For older versions, look at the following documentation.
1010

11+
In order to install the plugin, run:
12+
13+
```sh
14+
bin/plugin install elasticsearch/elasticsearch-lang-javascript/VERSION
15+
```
16+
17+
Where `VERSION` is the one you want to install.
1118

1219
| elasticsearch | JavaScript Plugin | Docs |
1320
|---------------|-----------------------|------------|

0 commit comments

Comments
 (0)