Skip to content

Commit

Permalink
Update install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 22, 2020
1 parent 86b76ce commit 9ca97ec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/config/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

# Other versions that display in the version picker menu.
version_list = [
{'name': '2.x', 'number': '/elasticsearch/2.x', 'title': '2.x', 'current': True},
{'name': '3.x', 'number': '/elasticsearch/3', 'title': '3.x'},
{'name': '2.x', 'number': '/elasticsearch/2', 'title': '2.x', 'current': True},
]

# Languages available.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To install the ElasticSearch plugin, you can use ``composer``. From your
application's ROOT directory (where composer.json file is located) run the
following::

php composer.phar require cakephp/elastic-search "@stable"
php composer.phar require cakephp/elastic-search "^2.0"

You will need to add the following line to your application's
**src/Application.php** file::
Expand Down
2 changes: 1 addition & 1 deletion docs/fr/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pour installer le plugin elasticsearch, vous pouvez utiliser ``composer``.
A partir du répertoire ROOT de votre application (où se trouve le fichier
composer.json), lancez ce qui suit::

php composer.phar require cakephp/elastic-search "@stable"
php composer.phar require cakephp/elastic-search "^2.0"

Vous devrez ajouter la ligne suivante au fichier **config/bootstrap.php** de
votre application::
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ElasticSearch プラグインは、`elasticsearch <https://www.elastic.co/produc
ElasticSearch プラグインをインストールするには、 ``composer`` が利用できます。(composer.json
ファイルが置かれている) アプリケーションの ROOT ディレクトリーから次のコマンドを実行します。 ::

php composer.phar require cakephp/elastic-search "@stable"
php composer.phar require cakephp/elastic-search "^2.0"

以下の1行をあなたのアプリケーションの **src/Application.php** ファイルに追加する必要があります。 ::

Expand Down
2 changes: 1 addition & 1 deletion docs/pt/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Para instalar o plugin ElasticSearch, você pode usar o ``composer``. A partir d
diretório raiz de sua aplicação (onde o arquivo composer.json está localizado)
execute o seguinte::

php composer.phar require cakephp/elastic-search "@stable"
php composer.phar require cakephp/elastic-search "^2.0"

Você precisará adicionar a seguinte linha ao arquivo **config/bootstrap.php** da
sua aplicação::
Expand Down

0 comments on commit 9ca97ec

Please sign in to comment.