diff --git a/README.md b/README.md
index 66a255222d3d1fe876d2bb457063ff386e07e914..e2a30b96bc1b2f9d33190cbee5a12e35fe689f4a 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ a stack trace after a crash.
 
 Please follow these steps to compile Tarantool:
 
+tarantool $ git submodule init; git submodule update # if compiling from git
 tarantool $ cmake .
 tarantool $ make
 
@@ -78,21 +79,18 @@ Alternatively, if a customized server configuration is required,
 you could follow these steps:
 
 ```
-tarantool $ emacs cfg/tarantool_box_cfg.cfg # edit the configuration
+tarantool $ emacs cfg/tarantool.cfg # edit the configuration
 # Initialize the storage directory, path to this directory
 # is specified in the configuration file:
-tarantool $ src/box/tarantool_box --config cfg/tarantool_box_cfg.cfg --init-storage
+tarantool $ src/box/tarantool_box --config cfg/tarantool.cfg --init-storage
 #
 # run
-tarantool $ src/box/tarantool_box --config cfg/tarantool_box_cfg.cfg
+tarantool $ src/box/tarantool_box --config cfg/tarantool.cfg
 ```
 
-Please report bugs at http://bugs.launchpad.net/tarantool.
+Please report bugs at http://bugs.launchpad.net/tarantool or
+http://github.com/tarantool/tarantool/issues
 We also warmly welcome your feedback in the discussion mailing
-list, tarantool-developers@lists.launchpad.net, however, please be
-warned: Launchpad silently deletes posts from non-subscribed
-members, thus please be sure to have subscribed to the list prior
-to posting.
+list, tarantool@googlegroups.com.
 
 Thank you for your interest in Tarantool!
-