Skip to content

Commit 78c34c9

Browse files
authored
Merge pull request readthedocs#5416 from agarwalrounak/submodule
Update installation guide to include submodules
2 parents dfbc814 + 3195b58 commit 78c34c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/install.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ In order to get all the dependencies successfully installed,
3030
you need these libraries.
3131

3232
.. tabs::
33-
33+
3434
.. tab:: Mac OS
3535

3636
If you are having trouble on OS X Mavericks
3737
(or possibly other versions of OS X) with building ``lxml``,
3838
you probably might need to use Homebrew_ to ``brew install libxml2``,
3939
and invoke the install with::
40-
40+
4141
CFLAGS=-I/usr/local/opt/libxml2/include/libxml2 \
4242
LDFLAGS=-L/usr/local/opt/libxml2/lib \
4343
pip install -r requirements.txt
@@ -51,7 +51,7 @@ you need these libraries.
5151
sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev
5252

5353
If you don't have redis installed yet, you can do it with::
54-
54+
5555
sudo apt-get install redis-server
5656

5757
.. tab:: CentOS/RHEL 7
@@ -79,7 +79,7 @@ Get and run Read the Docs
7979

8080
Clone the repository somewhere on your disk and enter to the repository::
8181

82-
git clone https://github.com/rtfd/readthedocs.org.git
82+
git clone --recurse-submodules https://github.com/rtfd/readthedocs.org.git
8383
cd readthedocs.org
8484

8585
Create a virtual environment and activate it::
@@ -163,7 +163,7 @@ See our :doc:`/intro/import-guide` page to learn more.
163163
Further steps
164164
-------------
165165

166-
By now you can trigger builds on your local environment,
166+
By now you can trigger builds on your local environment,
167167
to encapsulate the build process inside a Docker container,
168168
see :doc:`development/buildenvironments`.
169169

0 commit comments

Comments
 (0)