diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 18:06:51 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 18:06:51 +0100 |
| commit | 20c4de8f06cd7f4b04ec37bf8aa28f96be48c093 (patch) | |
| tree | 85b10b5161ebc48aee838502ce1796998b25722b /searx/static/themes/oscar/README.rst | |
| parent | 8151585918a3d86b9dac5bef782581d13a14179f (diff) | |
[fix] filename strip
Diffstat (limited to 'searx/static/themes/oscar/README.rst')
| -rw-r--r-- | searx/static/themes/oscar/README.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/README.rst b/searx/static/themes/oscar/README.rst new file mode 100644 index 000000000..e7daa8719 --- /dev/null +++ b/searx/static/themes/oscar/README.rst @@ -0,0 +1,17 @@ +install dependencies +~~~~~~~~~~~~~~~~~~~~ + +run this command in the directory ``searx/static/themes/oscar`` + +``npm install`` + +compile sources +~~~~~~~~~~~~~~~ + +run this command in the directory ``searx/static/themes/oscar`` + +``grunt`` + +or in the root directory: + +``make grunt`` |