From ecc05e0a1a76c7533413c420fc8b93dacab192c9 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 21 Dec 2016 23:34:28 +0900 Subject: [PATCH] Add `git submodule` to required build step --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5ff4bbbe..0d8e9f30 100644 --- a/README.rst +++ b/README.rst @@ -150,6 +150,7 @@ used: .. code-block:: text + $ git submodule update --init $ autoreconf -i $ automake $ autoconf @@ -160,8 +161,7 @@ To compile the source code, gcc >= 4.8.3 or clang >= 3.4 is required. .. note:: - To enable mruby support in nghttpx, run ``git submodule update - --init`` before running configure script, and use ``--with-mruby`` + To enable mruby support in nghttpx, and use ``--with-mruby`` configure option. .. note::