Skip to content

Commit

Permalink
Add Scoop to the list of install options (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHall authored and nex3 committed Jul 25, 2019
1 parent 1425a43 commit 1d8cec8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Expand Up @@ -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)
Expand All @@ -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.

Expand Down

0 comments on commit 1d8cec8

Please sign in to comment.