Skip to content

Commit

Permalink
doc(readme): add report PV
Browse files Browse the repository at this point in the history
  • Loading branch information
xizhao committed Mar 6, 2018
1 parent 87a3429 commit b57d43b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

**Features:**

- Supports [over 15+ build systems](docs/how-it-works.md) (npm, golang, maven, gradle, etc...)
- Supports [over 15+ languages & environments](docs/how-it-works.md) (JavaScript, Java, Ruby, Golang, PHP, etc...)
- Auto-configures for monoliths; instantly handles multiple builds in large codebases
- Fast and portable; a single cross-platform binary you can drop into CI or dev machines
- Generates dependency reports locally or hosted at https://fossa.io (for audit-grade license scans, policy enforcement and more...)

Check out [How it Works](docs/how-it-works.md) for reasons and technical details behind this project.
[Click here to learn more](docs/how-it-works.md) about the reasons and technical details behind this project.

## Installation

Expand All @@ -49,6 +49,13 @@ export FOSSA_API_KEY="YOUR_API_KEY_HERE"

# Now, you can just run `fossa`!
fossa

# Output:
# ==========================================================
#
# View FOSSA Report: https://app.fossa.io/{YOUR_LINK}
#
# ==========================================================
```

## Configuration
Expand Down

0 comments on commit b57d43b

Please sign in to comment.