From 8ed83896703663eebe0479432f1c8e16766a3723 Mon Sep 17 00:00:00 2001 From: Frederic Le Feurmou Date: Thu, 7 May 2015 12:17:54 +0200 Subject: [PATCH] Update readme.md Some rhc commands were wrong --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 209a6356b..52a54f95b 100644 --- a/readme.md +++ b/readme.md @@ -230,11 +230,11 @@ A live application URL will be available in the output. > > You will also need to set `DOMAIN` environment variable: > -> rhc config:set DOMAIN=.rhcloud.com +> rhc set-env DOMAIN=.rhcloud.com > > # or (if you're using it): > -> rhc config:set DOMAIN= +> rhc set-env DOMAIN= > > After you've set the required environment variables, restart the server: >