Be able to use 'sass.bat' on Windows.
[rup.git] / README.md
index 6802a75..b72b710 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-## How to setup openssl on windows\r
+# Setup\r
+\r
+## Openssl on windows\r
 \r
 * Install vcpkg\r
     * PS> git clone https://github.com/Microsoft/vcpkg.git\r
 * Add this path to $env:PATH:\r
     * <path to vcpkg installation>\installed\x64-windows\bin\r
 \r
+## Sass\r
+\r
+Sass is needed to generate the CSS file (backend/static/style.css) from the SASS file (backend/style.scss).\r
+\r
+\r
+## Run backend\r
+\r
+* use the command 'Cargo run' in the backend directory (not in the root directory).\r
 \r
 ## Autoreload\r
 \r