From 43ebebaec031697f7e1595e79771d15c76e11cd6 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 22 Mar 2018 17:41:18 -0700 Subject: [PATCH] fix: move docs to oclif.io --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24b96d939..b34b17771 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ oclif: Node.JS Open CLI Framework This is a framework for building CLIs in Node.js. This framework was built out of the [Heroku CLI](https://cli.heroku.com) but generalized to build any custom CLI. It's designed both for simple CLIs that can be just a single file with a few flag options, or for very complex CLIs that have subcommands (like git or heroku). +[See the docs for more information](http://oclif.io/docs/introduction.html). + # 🚀 Getting Started Tutorial The [Getting Started tutorial](https://github.com/oclif/oclif/blob/master/GETTING_STARTED.md) is a step-by-step guide to introduce you to oclif. If you have not developed anything in a command line before, this tutorial is a great place to get started.