mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix comment about docker used on Ubuntu
This commit is contained in:
parent
494f498d17
commit
74a4e80ba1
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue