From 0719c24acbebefd7d3e8bcb0ab52dac398475683 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 25 Apr 2026 02:59:41 -0700 Subject: [PATCH] Update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2733379..0191ca4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # license-tool-hs -Haskell remake of the [Rust version][1]. +This is a small tool to create LICENSE files for projects. Run the `license-tool +-h` for a instructions on use. -[1]: https://git.zander.im/Zander671/license-tool +### Building + +This program is built with [Stack][1]. Use `stack build` to compile and `stack +install` to install. You also need to copy `licenses/` to +`/usr/share/license-tool/` or change the file path at the top of `src/Main.hs`. + +[1]: https://docs.haskellstack.org/en/stable/