From 432bc72638c1b7096931819726742a89b68f7d0a Mon Sep 17 00:00:00 2001 From: Yves P Date: Tue, 8 Aug 2017 13:31:15 +0200 Subject: [PATCH] Add notes about how to install the SASS extension --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 18beb06..d3fbb8a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,26 @@ The recommended way to install composer packages is: composer require elephfront/robo-sass ``` +## Installing the extension + +To install the extension, you need to follow the steps below : + +``` +git clone git://github.com/absalomedia/sassphp` +cd sassphp +git submodule init +git submodule update +php install.php +make test +make install +``` + +Once the extension has been installed, you need to update your php.ini (or add a new configuration file your php.ini goes looking in to load extra configuration setup) file to install the extension on your PHP setup by adding the following line : + +``` +extension=sass.so +``` + ## Using the task You can load the task in your RoboFile using the `LoadSassTaskTrait` trait: