Skip to content

Commit

Permalink
add installation instructions to the README (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
swtch1 authored and billimek committed Mar 1, 2019
1 parent d2a6d72 commit be6a00b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ A CLI tool for common Continuous Integration/Continuous Delivery Tasks

For instructions on contributing, please see [CONTRIBUTING.md](CONTRIBUTING.md).

## Install
```bash
python3 setup.py install
which flow
```
NOTE: The installation may require sudo based on user permissions.

## Usage

Expand Down

0 comments on commit be6a00b

Please sign in to comment.