We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31b4d0 commit 93ed429Copy full SHA for 93ed429
README.md
@@ -6,8 +6,15 @@ From elasticsearch 2.0 you need to look at the following links:
6
* [Documentation](https://www.elastic.co/guide/en/elasticsearch/plugins/current/index.html).
7
* [Question? Bugs?](https://discuss.elastic.co/c/elasticsearch)
8
9
-For older versions, look at the following table:
+For older versions, look at the following documentation.
10
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.
18
19
| elasticsearch | JavaScript Plugin | Docs |
20
|---------------|-----------------------|------------|
0 commit comments