Fix RST syntax.

This commit is contained in:
Chris Franklin 2014-10-12 16:07:02 +01:00
parent e97f91f475
commit f4e4dce6f2

View File

@ -132,6 +132,7 @@ You can specify the buildpack you wish to use by creating a file name .env conta
You can then deploy by running the following commands.
.. code-block:: bash
git remote add dokku dokku@yourservername.com:{{cookiecutter.repo_name}}
git push dokku master
ssh -t dokku@yourservername.com dokku memcached:create {{cookiecutter.repo_name}}-memcached