From b84fde34600bc6bf91a01ea4796ebf3bd8bff0d3 Mon Sep 17 00:00:00 2001 From: Robert Axelsen Date: Sat, 19 Nov 2016 16:42:48 +0100 Subject: [PATCH] Add usage section to README.me with link to docs (#1950) Upon looking for basic usage commands I discovered that there is no mention of this in the official README.md, just an indirect link to the installation guide section of the official documentation. I therefore propose to add a separate usage section, and/or a documentation section with url to the official documentation for further reading. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a42574b660..a302bf28b1 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Read the [Installation Guide](https://yarnpkg.com/en/docs/install) on our website for detailed instructions on how to install Yarn. +## Using Yarn + +Read the [Usage Guide](https://yarnpkg.com/en/docs/usage) on our website for detailed instructions on how to use Yarn. + ## Contributing to Yarn Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](CODE_OF_CONDUCT.md).