Skip to content

Commit 3aa0d63

Browse files
authored
Fixed luarocks command to install elasticsearch
1 parent 1218660 commit 3aa0d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installation
1010

1111
* Directly using luarocks::
1212

13-
$ luarocks install --server=http://luarocks.org/dev elasticsearch
13+
$ luarocks install elasticsearch
1414

1515
* Using elasticsearch as a dependency in your project
1616

@@ -22,7 +22,7 @@ Installation
2222

2323
* Install dependencies using luarocks::
2424

25-
$ luarocks install --server=http://luarocks.org/dev <your_rockspec_file>
25+
$ luarocks install <your_rockspec_file>
2626

2727
Setting up Client
2828
-----------------

0 commit comments

Comments
 (0)