From 6de689f35f0d67406f9b1bfbd459d6f87e4d2c75 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Tue, 31 Mar 2026 10:26:33 -0500 Subject: [PATCH] Added README changes to show install steps --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3a56270..95dc61b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,19 @@ This is a crystal project to manage setting up OptionParser objects based around "Command" objects and arguments you define inside them. +## Installation + +1. Add the dependency to your `shard.yml`: + + ```yaml + dependencies: + cligen: + git: https://git.arcanium.tech/tristan/cligen + ``` + +2. Run `shards install` + + ## Usage ```crystal require "cligen"