From be086018752d148dc4aebbbc2734d12cf7b34a74 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Dec 2015 13:38:45 +0100 Subject: [PATCH] Fix markup --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 4fe5ba3fa5c..15e62ba00d5 100644 --- a/README.markdown +++ b/README.markdown @@ -50,7 +50,9 @@ $ git pull origin gh-pages $ cd .. $ rake generate && rake deploy ``` +```bash TZ=UTC rake generate && rake deploy +``` ### Setup on Fedora and CentOS On Fedora > 22 or CentOS 7.1.1503 Ruby is not available by default. Please take the notes here as a little guide for the Ruby installation process.