add usage documentation links

This commit is contained in:
Lynn Cyrin (they/them) 2019-10-12 00:59:50 -07:00 committed by GitHub
parent 3cf1eb69b9
commit 9b0f38824e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 goal is to enable developers to write fast and distributable command line
applications in an expressive way. 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 ## Installation
Make sure you have a working Go environment. Go version 1.10+ is supported. [See Make sure you have a working Go environment. Go version 1.10+ is supported. [See