From 7292db2ad0503c4cce3d82dc59aec1c0db114cb5 Mon Sep 17 00:00:00 2001 From: Tristan Pendergrass Date: Fri, 2 Jun 2017 11:54:07 -0700 Subject: [PATCH] Add instructions to readme for manual run --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f6076c6..a2be127 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ npm install -g exp-cli Note: You may need to use `sudo` or be logged in as `root`. +## Running CLI manually + +An alternative to using NPM to install and start the CLI is cloning the git repository and running the script directly. + +```bash +git clone https://github.com/ScalaInc/exp-cli.git +node ./exp-cli/bin/exp.js +``` # Create the App