From 3918aefdfd4d297a7e8d5c8447d96d5e9ecfb0a3 Mon Sep 17 00:00:00 2001 From: Awjin Ahn Date: Wed, 23 Jun 2021 13:58:19 -0700 Subject: [PATCH] Add links to CLI docs in README (#1375) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7100af04c..e516c92c3 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,9 @@ scoop install sass ``` That'll give you a `sass` executable on your command line that will run Dart -Sass. +Sass. See [the CLI docs][cli] for details. + +[cli]: https://sass-lang.com/documentation/cli/dart-sass ### From Homebrew (OS X)