Skip to content

Commit

Permalink
[synapse] installation: fix emphasized lines again
Browse files Browse the repository at this point in the history
  • Loading branch information
luto authored Jun 27, 2019
1 parent 450de14 commit 2a53f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guide_synapse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ We will install synapse using pip, which makes it quite easy,
but we start with creating a virtual environment for synapse to run in.

.. code-block:: console
:emphasize-lines: 1,2,8,9,18,25
:emphasize-lines: 1,2,8,9,19,26
[isabell@stardust ~]$ mkdir -p ~/synapse
[isabell@stardust ~]$ virtualenv -p python3.6 ~/synapse/env
Expand Down

0 comments on commit 2a53f35

Please sign in to comment.