freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.58k stars 168 forks source link

Add link to Tails website #897

Closed apyrgio closed 1 month ago

apyrgio commented 1 month ago

Point users to the installation instructions of Dangerzone in the Tails website. These instructions were recently added to Tails, and we have worked with the Tails developers to make this integration happen.

See also:

apyrgio commented 1 month ago

Merged with the suggested fixes:

diff --git a/INSTALL.md b/INSTALL.md                                                                                   
index 76a3b5e..3aeaf06 100644                                                                                          
--- a/INSTALL.md                                                                                                       
+++ b/INSTALL.md                                                                                                       
@@ -257,9 +257,9 @@ pass it a file to sanitize.      
 ## Tails                                                                                                              

 Dangerzone is not yet available by default in Tails, but we have collaborated       
-with the Tails team to offer some manual                                                                              
+with the Tails team to offer manual                                                                                   
 [installation instructions](https://tails.net/doc/persistent_storage/additional_software/dangerzone/index.en.html)    
-to Tails users.                                                                                                       
+for Tails users.                                                                                                      

 ## Build from source  

Thanks for the review Kunal!