Update README.md
This commit is contained in:
parent
cdca2f5832
commit
307ab40b44
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue