aboutsummaryrefslogtreecommitdiffstats
path: root/templates/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'templates/README.md')
-rw-r--r--templates/README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/templates/README.md b/templates/README.md
index 49335ff..4d6774d 100644
--- a/templates/README.md
+++ b/templates/README.md
@@ -5,17 +5,11 @@
1. Requeriments:
```
- gem install sass
+ pacman -S sassc
```
2. Generate CSS from SASS:
```
- sass -t compressed --sourcemap=none sass/estilos.sass:css/estilos.min.css
- ```
-
-3. Show CSS to SASS live
-
- ```
- sass --watch -t compressed --sourcemap=none sass/estilos.sass:css/estilos.min.css
+ sassc -t compressed sass/estilos.sass css/estilos.min.css
```