From 307ab40b4431f454facb832b4cec7986241c264d Mon Sep 17 00:00:00 2001 From: Isaac Sloan Date: Mon, 2 Apr 2018 22:03:14 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 849c1e6..12867f1 100644 --- a/README.md +++ b/README.md @@ -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 ```