Skip to content

Commit b1ed4d5

Browse files
authored
Revise Docker and AppImage instructions in README
Updated Docker instructions and AppImage version in README.
1 parent 878070b commit b1ed4d5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ $ npm run electron:build
4040

4141
## *Run Pre-built Docker Example*
4242
```
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+
```
4349
# Docker Hub aarch64
4450
# Pull aarch64
4551
$ docker pull gcclinux/easyedit:1.4.0-aarch64
@@ -81,7 +87,7 @@ gantt
8187
[![GitHub Project](https://raw.githubusercontent.com/gcclinux/EasyEdit/refs/heads/main/public/easyedit128.png "EasyEdit Icon")](https://github.com/gcclinux/EasyEdit)
8288

8389

84-
### Solution Exec:
90+
### AppImage Solution Exec:
8591
```
86-
./EasyEdit-1.3.7-x86_64.AppImage --no-sandbox
92+
$ ./EasyEdit-1.4.0-x86_64.AppImage --no-sandbox
8793
```

0 commit comments

Comments
 (0)