Fix comment about docker used on Ubuntu

This commit is contained in:
deeplow 2023-07-20 09:17:51 +01:00
parent 494f498d17
commit 74a4e80ba1
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -40,7 +40,7 @@ Dangerzone can convert these types of document into safe PDFs:
- GIF (`.gif`)
- PNG (`.png`)
Dangerzone was inspired by [Qubes trusted PDF](https://blog.invisiblethings.org/2013/02/21/converting-untrusted-pdfs-into-trusted.html), but it works in non-Qubes operating systems. It uses containers as sandboxes instead of virtual machines (using Docker for macOS, Windows, and Debian/Ubuntu, and [podman](https://podman.io/) for Fedora).
Dangerzone was inspired by [Qubes trusted PDF](https://blog.invisiblethings.org/2013/02/21/converting-untrusted-pdfs-into-trusted.html), but it works in non-Qubes operating systems. It uses containers as sandboxes instead of virtual machines (using Docker for macOS and Windows, and [podman](https://podman.io/) on Linux).
Set up a development environment by following [these instructions](/BUILD.md).