Skip to content

Commit 142d513

Browse files
TotktonadaDifferentialOrange
authored andcommitted
readme: add tarantoolctl install recipe
We already have recipes how to add the module into dependecies or an application, but there is no 'just install it' recipe. It is resolved now. Fixes #203
1 parent 8dfcbe4 commit 142d513

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ project:
5555
tarantool> crud.select('customers', {{'<=', 'age', 35}}, {first = 10})
5656
tarantool> crud.select('developers', nil, {first = 6})
5757
```
58+
* Install crud into a current directory:
59+
60+
```shell
61+
$ tarantoolctl rocks install crud
62+
```
63+
64+
And add the [initialization code](#API) to storage and router instance files.
5865
* Add crud into dependencies of a Cartridge application and add crud roles into
5966
dependencies of your roles (see [Cartridge roles](#cartridge-roles) section).
6067
* Add crud into dependencies of your application (rockspec, RPM spec -- depends

0 commit comments

Comments
 (0)