From de46ec6177da81ad6717fe4bfcf060ec15263fe3 Mon Sep 17 00:00:00 2001 From: HelloDarkness <111370255+hellodarkness@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:03:06 +0000 Subject: [PATCH] Update README.md Added instructions for adding Tor repos to sources.list --- compose/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compose/README.md b/compose/README.md index 2baa018..e1648a5 100644 --- a/compose/README.md +++ b/compose/README.md @@ -3,10 +3,14 @@ Dockerized RoboSats stack. Docker compose with services for nginx, redis, gunico # Setup -Let's assume you are using a newly installed OS. For this setup guide we are using `ubuntu server 22.04 (LTS)` +Let's assume you are using a newly installed OS. For this setup guide we are using `Ubuntu server 22.04 (LTS)` ## Install TOR -Excerpt from https://linuxconfig.org/install-tor-proxy-on-ubuntu-20-04-linux +Ubuntu users are advised to install Tor from the Tor Project's own repositories, rather than their OS repos. + +Follow this guide for information about adding the Tor Project Repositories to your sources: + +https://linuxconfig.org/install-tor-proxy-on-ubuntu-20-04-linux ``` sudo apt install tor -y