Skip to content
Snippets Groups Projects
Commit 696a5bf6 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Update the front page (fix example, touch upon the grammar).

parent df6047b6
No related merge requests found
......@@ -20,13 +20,14 @@ index:
- asynchronous master-master replication,
- authentication and access control,
- [lowest CPU overhead](benchmark.html) to store or serve a
piece of content
piece of content.
# Get started
``` bash
# apt-get install tarantool
# tarantool
# tarantool> box.cfg{{admin_port=3313}}
# tarantool> myspace = box.schema.create_space('myspace')
# tarantool> myspace:create_index('primary')
# tarantool> tuple = {{ name = 'Tarantool', release = box.info.version,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment