From 7f2d6a68977f584fcdf8b05abbc093f2bf37039b Mon Sep 17 00:00:00 2001 From: Mario Carballo Zama Date: Sun, 10 Jan 2021 16:42:34 -0600 Subject: [PATCH] Add usage instructions to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 007f9dd..bd8b95c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Good Enough Minifier for Pico-8 All credit go to [Paul Harmmond](https://twitter.com/paulhamx) this is just a simple port to use node so It's easier to run this automate the process of minifying PICO-8 code + +## Usage + +`node index.js /path/to/cart.p8` + +## TODO + +Things that would be nice additions but won't implement unless someone requires them + +- Edit options via CLI or config file +- Output debug information somehow (stdout,file) -- 2.38.4