diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 17:54:33 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 17:54:33 +0100 |
| commit | 8151585918a3d86b9dac5bef782581d13a14179f (patch) | |
| tree | fd0ca7ab9a26a2be08bcbd8081a6c1309eca13c2 /searx/static/themes/oscar/README.rst | |
| parent | 9f12605f7ebc9ca5575fc4ee9900e0e821366c4d (diff) | |
[fix] static file paths
Diffstat (limited to 'searx/static/themes/oscar/README.rst ')
| -rw-r--r-- | searx/static/themes/oscar/README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/oscar/README.rst b/searx/static/themes/oscar/README.rst index 7a1800add..e7daa8719 100644 --- a/searx/static/themes/oscar/README.rst +++ b/searx/static/themes/oscar/README.rst @@ -1,14 +1,14 @@ install dependencies ~~~~~~~~~~~~~~~~~~~~ -run this command in the directory ``searx/static/oscar`` +run this command in the directory ``searx/static/themes/oscar`` ``npm install`` compile sources ~~~~~~~~~~~~~~~ -run this command in the directory ``searx/static/oscar`` +run this command in the directory ``searx/static/themes/oscar`` ``grunt`` |