diff --git a/README.md b/README.md index a700f0cf70dc3331a216489411171689e0e2a199..e406de7bd623099f70a874cfc9fddcc144323a25 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`