From f53c20a43dd5b5b473f0bbaf5e62060f55d62919 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Wed, 29 May 2019 11:36:30 +0200
Subject: [PATCH] =?UTF-8?q?M=C3=A0J=20doc=20build=20windows?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index a700f0cf7..e406de7bd 100644
--- a/README.md
+++ b/README.md
@@ -200,6 +200,8 @@ Custom Material SVG Icons will only show up when the application is deployed on
 
 Execute `npm run release-linux`. Find the .deb package in `/release`.
 
+Running `dpkg -i cassiopee_*.deb` will install Cassiopée in `/opt/Cassiopee`
+
 ## windows installer
 
 Several npm scripts of `package.json` won't work with windows (for ex. "preprocess"). Building
@@ -223,6 +225,8 @@ export const jalhydDateRev = "2019-05-24";
 export const jalhydVersion = "stable-105-gdfc538b";
 ```
 
+As `mkdocs` does not work, copy `src/assets/docs-fr` folder **from a linux build**.
+
 Compile jalhyd with `tsc --p "src/tsconfig.app.json"`
 
 
@@ -239,3 +243,5 @@ export const nghydVersion = "4.3.0-119-ga6ef812";
 Compile nghyd with `ng build --prod --build-optimizer=false`
 
 Build package with `electron-builder`. Find the generated installer in `/release`.
+
+Running the generated installer will install Cassiopée in `C:\Users\YourUser\AppData\local\Programs\cassiopee`
-- 
GitLab