Merge branch 'master' of euphorik.ch:rup into master
[rup.git] / README.md
index 4308f25..b72b710 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,18 +1,28 @@
-== 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
     * PS> cd vcpkg\r
     * PS> .\bootstrap-vcpkg.bat\r
 * Install openssl dev livb\r
-    * PS> vcpkg install openssl:x64-windows\r
+    * PS> .\vcpkg.exe install openssl:x64-windows\r
 * Define these env variables:\r
     * $env:VCPKG_ROOT=<path to vcpkg installation>\r
     * $env:OPENSSL_DIR=<path to vcpkg installation>\installed\x64-windows\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
+## Autoreload\r
 \r
 https://actix.rs/docs/autoreload/
\ No newline at end of file