Update README.md
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Sat, 13 Aug 2022 17:01:48 +0200
changeset 89 9af00a65266a
parent 88 58cff3acaf3d
child 90 ab4e99dc80cb
Update README.md
README.md
--- a/README.md	Sat Aug 13 17:00:47 2022 +0200
+++ b/README.md	Sat Aug 13 17:01:48 2022 +0200
@@ -87,7 +87,7 @@
 Note: 'build directory' must exist before calling build_in_docker.sh, otherwise
 Docker will create it as root user. Be sure to create it again if you delete it.
 
-Resulting installer is Beremiz-1.2.exe in 'build directory'. 
+Resulting installer is Beremiz-${timestamp}.exe in 'build directory'. 
 
 ### Manhole ###
 
@@ -120,4 +120,10 @@
 make -f ~/src/beremiz_public_dist/Makefile DIST=snap
 
 ```
+Resulting snap package is sources/beremiz_${version}_${platform}.snap.
+It can be installed this way:
 
+```
+sudo snap install sources/beremiz_1.3-beta2_amd64.snap --dangerous --devmode
+```
+