From 7c69dbf36e3f08ee3bc3abddc3792c80d5d0c7e4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Dec 2015 09:18:07 +0100 Subject: [PATCH] Update instructions --- README.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index f9b73fd7c16..b5708b93e7c 100644 --- a/README.markdown +++ b/README.markdown @@ -23,14 +23,15 @@ $ rake preview ## Steps for the deployment of the site -All developers with write access to the repositories are able to deploy the website- +All developers with write access to the repositories are able to deploy the website. ```bash +$ git submodule update --init $ cd _deploy -$ git pull +$ git fetch +$ git pull origin gh-pages $ cd .. $ rake generate && rake deploy -$ ``` ### Preparation on Fedora and CentOS