Update README.md

This commit is contained in:
Isaac Sloan 2018-04-02 22:03:14 -06:00 committed by GitHub
parent cdca2f5832
commit 307ab40b44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# Compiled License
Compiles the licences of all shards used in project into binary.
This allows you to legally distribute binaries without having to package the licenses files from the shards.
## Installation
@ -18,7 +19,10 @@ dependencies:
require "compiled_license"
```
Compile and run
```
$ crystal build src/testapp.cr
$ testapp --licenses
# Returns all licenses to stdout
```