Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 221 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 221 Bytes

Dockerized meld

How to run

In your terminal:

docker run --rm -it -p 8080:8080 -v /compare/this:/a -v /to/this:/b pmjohann/meld

Then visit http://localhost:8080 in your browser!