Skip to content

Commit

Permalink
Add language to code blocks in installation docs.
Browse files Browse the repository at this point in the history
Add a language to the code blocks in the installation documentation, in
hopes that this will make them display on Read the Docs.
  • Loading branch information
martey committed Mar 25, 2016
1 parent 75441fd commit 161ef6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installing from Git

For the newest features, you should install the SDK directly from Git.

.. code-block::
.. code-block:: shell
virtualenv facebookenv
source facebookenv/bin/activate
Expand All @@ -25,7 +25,7 @@ Installing a Released Version
If your application requires maximum stability, you will want to use a version
of the SDK that has been officially released.

.. code-block::
.. code-block:: shell
virtualenv facebookenv
source facebookenv/bin/activate
Expand Down

0 comments on commit 161ef6e

Please sign in to comment.