From 9b0f38824e7acd439470786cff53f5952135a904 Mon Sep 17 00:00:00 2001 From: "Lynn Cyrin (they/them)" Date: Sat, 12 Oct 2019 00:59:50 -0700 Subject: [PATCH] add usage documentation links --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4794b79..b2abbcf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ cli is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way. +## Usage Documentation + +Usage documentation exists for each major version + +- `v1` - [./docs/v1/manual.md](./docs/v1/manual.md) +- `v2` - 🚧 documentation for `v2` is WIP 🚧 + ## Installation Make sure you have a working Go environment. Go version 1.10+ is supported. [See