From a6da98efe4399afa062eb645048f8e6042e62662 Mon Sep 17 00:00:00 2001 From: Awjin Ahn Date: Wed, 23 Jun 2021 13:29:08 -0700 Subject: [PATCH 1/2] Add links to CLI docs in README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7100af04c..3965067c8 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) @@ -74,14 +76,15 @@ brew install sass/sass/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. ### Standalone You can download the standalone Dart Sass archive for your operating system—containing the Dart VM and the snapshot of the executable—from [the GitHub release page][]. Extract it, [add the directory to your path][], restart -your terminal, and the `sass` executable is ready to run! +your terminal, and the `sass` executable is ready to run! See [the CLI docs][cli] +for details. [the GitHub release page]: https://github.com/sass/dart-sass/releases/ [add the directory to your path]: https://katiek2.github.io/path-doc/ @@ -140,7 +143,7 @@ Assuming you've already checked out this repository: 3. Run `dart bin/sass.dart path/to/file.scss`. -That's it! +See [the CLI docs][cli] for details. ## JavaScript API From 21865824ffcbea1d1a40b9b8694da44dd381796b Mon Sep 17 00:00:00 2001 From: awjin Date: Wed, 23 Jun 2021 13:37:31 -0700 Subject: [PATCH 2/2] Code review. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3965067c8..e516c92c3 100644 --- a/README.md +++ b/README.md @@ -76,15 +76,14 @@ brew install sass/sass/sass ``` That'll give you a `sass` executable on your command line that will run Dart -Sass. See [the CLI docs][cli] for details. +Sass. ### Standalone You can download the standalone Dart Sass archive for your operating system—containing the Dart VM and the snapshot of the executable—from [the GitHub release page][]. Extract it, [add the directory to your path][], restart -your terminal, and the `sass` executable is ready to run! See [the CLI docs][cli] -for details. +your terminal, and the `sass` executable is ready to run! [the GitHub release page]: https://github.com/sass/dart-sass/releases/ [add the directory to your path]: https://katiek2.github.io/path-doc/ @@ -143,7 +142,7 @@ Assuming you've already checked out this repository: 3. Run `dart bin/sass.dart path/to/file.scss`. -See [the CLI docs][cli] for details. +That's it! ## JavaScript API