We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878070b commit b1ed4d5Copy full SHA for b1ed4d5
1 file changed
README.md
@@ -40,6 +40,12 @@ $ npm run electron:build
40
41
## *Run Pre-built Docker Example*
42
```
43
+# Latest build automatic on every code submition
44
+$ docker pull ghcr.io/gcclinux/easyedit:main
45
+$ docker run -d --name EASYEDIT -p 3024:3024 ghcr.io/gcclinux/easyedit:main
46
+```
47
+### Regularly manually updated docker images
48
49
# Docker Hub aarch64
50
# Pull aarch64
51
$ docker pull gcclinux/easyedit:1.4.0-aarch64
@@ -81,7 +87,7 @@ gantt
81
87
[](https://github.com/gcclinux/EasyEdit)
82
88
83
89
84
-### Solution Exec:
90
+### AppImage Solution Exec:
85
91
86
-./EasyEdit-1.3.7-x86_64.AppImage --no-sandbox
92
+$ ./EasyEdit-1.4.0-x86_64.AppImage --no-sandbox
93
0 commit comments