From 771afa45e7033e6a59f3c8882d24b6582132f66f Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Sun, 9 Mar 2014 01:22:10 -0800 Subject: [PATCH] Created Styles (markdown) --- Styles.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Styles.md diff --git a/Styles.md b/Styles.md new file mode 100644 index 0000000..c2013e4 --- /dev/null +++ b/Styles.md @@ -0,0 +1,17 @@ +### Install Required packages to compile less files + +#### using npm + +`npm install -g less` + +#### using apt-get + +(not tested) + +`apt-get install node-less` + +### Compile .less files to style.css + +run these command in the root directory of searx: + +`make styles` \ No newline at end of file