You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,17 @@ TikzEdt is the inspiration of this project, to create LaTeX TikZ graph in WYSIWY
63
63
cd deploy
64
64
python gunicorn-deploy.py
65
65
```
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)):
0 commit comments