From f4e4dce6f2f77f21792baab82d6d1b73f1e3f6c9 Mon Sep 17 00:00:00 2001 From: Chris Franklin Date: Sun, 12 Oct 2014 16:07:02 +0100 Subject: [PATCH] Fix RST syntax. --- {{cookiecutter.repo_name}}/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.repo_name}}/README.rst b/{{cookiecutter.repo_name}}/README.rst index 20177f8d..78c1abe6 100644 --- a/{{cookiecutter.repo_name}}/README.rst +++ b/{{cookiecutter.repo_name}}/README.rst @@ -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