From a7e69457325fb0feec163238025dcd8db88ecf4d Mon Sep 17 00:00:00 2001 From: Dayle Parker Date: Fri, 11 Oct 2019 15:56:16 +0200 Subject: [PATCH] added user steps to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 16aa2da..8bdff05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # koku-cli This repository serves as a place to create and upload releases of Koku-CLI. The `.travis.yml` file uses the [koku-cli-generator](https://github.com/project-koku/koku-cli-generator/). The travis build is triggered via webhook. + +To get started using Koku-CLI: +1. Download and unzip the latest release for your API client from https://github.com/project-koku/koku-cli/releases. +2. Navigate to the `koku-cli-git` directory and make the `.client.sh` script executable. +3. Run your commands from the directory which contains the `.client.sh` script. +