Skip to content

Commit

Permalink
Clarify installation instruction in README (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
onitake authored and sontags committed Oct 20, 2017
1 parent 70d9dbc commit 499e62e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ you to compose *Business Processes* (BPs) and their *Key Performance Indicators*
BPMON does not need to be run as a server. Run BPMON via Jenkins, Cron or
manually as needed.

## Install and Build
## Installation

To install BPmon, you need Go 1.7.

Simply run the following command (don't forget the three dots at the end!):
```
# go get -u github.com/unprofession-al/bpmon/...
```
Expand Down

0 comments on commit 499e62e

Please sign in to comment.