From 7431a762e35f8b7ba0286d927a74627565ef9d2e Mon Sep 17 00:00:00 2001 From: Chad Arimura Date: Fri, 26 May 2017 21:53:53 -0700 Subject: [PATCH] readme mod --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6492fb87d..fe263105c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ platform that you can run anywhere. Some of it's key features: ## Usage -### Installation +### Installation (if running locally) NOTE: The following instructions apply while the project is a private repo. This will build the Functions server and the CLI tool directly from the repo instead of @@ -42,6 +42,21 @@ make dep # just once make run # will build as well ``` +### Installation (if using internal alpha service) + +Set your system to point to the internal service on BMC: + +```sh +export API_URL=http://129.146.10.253:80 +``` + +Download the pre-built CLI binary: + +```sh +........ +``` + +