Skip to content
Snippets Groups Projects
Commit ab8979a1 authored by Eugine Blikh's avatar Eugine Blikh
Browse files

Reformat readme. part 2

parent 0f1931ea
Branches
Tags
No related merge requests found
...@@ -55,9 +55,7 @@ To use a different release type, say, RelWithDebugInfo, use: ...@@ -55,9 +55,7 @@ To use a different release type, say, RelWithDebugInfo, use:
Additional build options can be set similarly: Additional build options can be set similarly:
tarantool $ cmake . -DCMAKE_BUILD_TYPE=RelWithDebugInfo -DENABLE_CLIENT=true tarantool $ cmake . -DCMAKE_BUILD_TYPE=RelWithDebugInfo -DENABLE_CLIENT=true # builds the command line client.
-- builds the command line client.
'make' creates tarantool_box executable in directory 'make' creates tarantool_box executable in directory
src/box and tarantool executable in client/tarantool. src/box and tarantool executable in client/tarantool.
...@@ -90,8 +88,7 @@ you could follow these steps: ...@@ -90,8 +88,7 @@ you could follow these steps:
# Initialize the storage directory, path to this directory # Initialize the storage directory, path to this directory
# is specified in the configuration file: # is specified in the configuration file:
tarantool $ src/box/tarantool_box --config cfg/tarantool.cfg --init-storage tarantool $ src/box/tarantool_box --config cfg/tarantool.cfg --init-storage
# # Run tarantool
# run
tarantool $ src/box/tarantool_box --config cfg/tarantool.cfg tarantool $ src/box/tarantool_box --config cfg/tarantool.cfg
Please report bugs at http://bugs.launchpad.net/tarantool or Please report bugs at http://bugs.launchpad.net/tarantool or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment