From cadfddb7705d974be76f18571eeddc0fe2338db3 Mon Sep 17 00:00:00 2001 From: Mikhail Sobolev Date: Tue, 2 Apr 2013 04:26:00 +0300 Subject: [PATCH] fix code block formatting Upstream-commit: 90db9e751750e62ea701843491774323ef20ab06 Component: engine --- .../engine/docs/sources/contributing/devenvironment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/sources/contributing/devenvironment.rst b/components/engine/docs/sources/contributing/devenvironment.rst index e16b317d32..136c3377c8 100644 --- a/components/engine/docs/sources/contributing/devenvironment.rst +++ b/components/engine/docs/sources/contributing/devenvironment.rst @@ -7,7 +7,7 @@ Setting up a dev environment Instructions that have been verified to work on Ubuntu 12.10, -.. code:: bash +.. code-block:: bash sudo apt-get -y install lxc wget bsdtar curl golang git @@ -24,7 +24,7 @@ Instructions that have been verified to work on Ubuntu 12.10, Then run the docker daemon, -.. code:: bash +.. code-block:: bash sudo $GOPATH/bin/docker -d