Created Styles (markdown)

Thomas Pointhuber 2014-03-09 01:22:10 -08:00
parent 5e6d191746
commit 771afa45e7
1 changed files with 17 additions and 0 deletions

17
Styles.md Normal file

@ -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`