Skip to content

Commit 2ce4e58

Browse files
committed
docs: update readme with node install
1 parent 1f42de5 commit 2ce4e58

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,19 @@ To build and run locally, you need to install `sass`
2323
choco install sass
2424
```
2525

26-
Once installed, you can run
26+
or using nodejs/npm:
27+
28+
```ps
29+
npm install -g sass
30+
```
31+
32+
Once installed, you can run:
2733

2834
```ps
2935
sass tinycss.scss:demo/tinycss.css --watch --style expanded --embed-sources
3036
```
3137

32-
to generate the files you see here, or use other cli options from sass to suit your specific needs. Use the `--watch` parameter for ongoing development.
38+
to generate the files you see here. Use other cli options from sass to suit your specific needs. The `--watch` parameter is useful for local development.
3339

3440
To generate minified output:
3541

0 commit comments

Comments
 (0)