From 6f770faa43c2d0a9b38846b17831507aff7998d8 Mon Sep 17 00:00:00 2001 From: iampeterbanjo Date: Wed, 17 Feb 2016 17:19:36 +0000 Subject: [PATCH] Add notes for US and EU region end points --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5633777f..53ba6062 100755 --- a/README.md +++ b/README.md @@ -27,8 +27,17 @@ applications: The name you use will determinate your application url initially, e.g. `.mybluemix.net`. 4. Connect to Bluemix in the command line tool + For US Region + ```sh + $ cf api https://api.ng.bluemix.net + ``` + + For EU Region + ```sh + $ cf api https://api.eu-gb.bluemix.net + ``` + ```sh - $ cf api https://api.ng.bluemix.net $ cf login -u ```