Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down