mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 22:02:00 +01:00
Add Scoop to the list of install options (#772)
This commit is contained in:
parent
1425a43e17
commit
1d8cec8477
13
README.md
13
README.md
@ -22,7 +22,7 @@ A [Dart][dart] implementation of [Sass][sass]. **Sass makes CSS fun again**.
|
||||
[sass]: https://sass-lang.com/
|
||||
|
||||
* [Using Dart Sass](#using-dart-sass)
|
||||
* [From Chocolatey (Windows)](#from-chocolatey-windows)
|
||||
* [From Chocolatey or Scoop (Windows)](#from-chocolatey-or-scoop-windows)
|
||||
* [From Homebrew (OS X)](#from-homebrew-os-x)
|
||||
* [Standalone](#standalone)
|
||||
* [From npm](#from-npm)
|
||||
@ -38,15 +38,22 @@ A [Dart][dart] implementation of [Sass][sass]. **Sass makes CSS fun again**.
|
||||
There are a few different ways to install and run Dart Sass, depending on your
|
||||
environment and your needs.
|
||||
|
||||
### From Chocolatey (Windows)
|
||||
### From Chocolatey or Scoop (Windows)
|
||||
|
||||
If you use [the Chocolatey package manager](https://chocolatey.org/) for
|
||||
If you use [the Chocolatey package manager](https://chocolatey.org/)
|
||||
or [the Scoop package manager](https://github.com/lukesampson/scoop) for
|
||||
Windows, you can install Dart Sass by running
|
||||
|
||||
```cmd
|
||||
choco install sass
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```cmd
|
||||
scoop install sass
|
||||
```
|
||||
|
||||
That'll give you a `sass` executable on your command line that will run Dart
|
||||
Sass.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user