Skip to content

Commit fe678d1

Browse files
committed
docs: update image info
1 parent 4383364 commit fe678d1

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,17 @@ TikzEdt is the inspiration of this project, to create LaTeX TikZ graph in WYSIWY
6363
cd deploy
6464
python gunicorn-deploy.py
6565
```
66-
- If you are using Windows for deployment or you want to containerize your deployment, you could use the docker virtualization by:
67-
```bash
68-
cd deploy
69-
docker-compose up --build
70-
```
66+
- Or you could use [Docker](https://www.docker.com/products/docker-desktop/) for virtualization:
67+
- Use one of the pre-built images directly ([Docker Hub](https://hub.docker.com/repository/docker/logcreative/pgfplotsedt/tags) or [GitHub Packages](https://github.com/LogCreative/PGFPlotsEdt/pkgs/container/pgfplotsedt)):
68+
```bash
69+
docker pull logcreative/pgfplotsedt:master # Docker Hub
70+
docker pull ghcr.io/logcreative/pgfplotsedt:master # GitHub Packages
71+
```
72+
- Or you could build a docker container from the source:
73+
```bash
74+
cd deploy
75+
docker-compose up --build
76+
```
7177
- Then the deployment will be on `[IP]:5678`.
7278

7379

0 commit comments

Comments
 (0)