summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Retout <tim@retout.co.uk>2014-07-18 19:09:53 +0100
committerTim Retout <tim@retout.co.uk>2014-07-18 19:25:02 +0100
commit2178b5a7f8f4d581dc428958f10bb720c9197e34 (patch)
tree4bff6f779c44b9db054fcf7b8ea308ffc1cdfd8b
parent67d013f84c33a2a71fc237c0cfca99fe84b330a2 (diff)
README.md: Make tor+http the default URL scheme in the docs
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e06b277..117c297 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Easily install Debian packages via Tor.
This package implements an APT "acquire method" that handles URLs starting
-with "tor://" in your sources.list.
+with "tor+http://" or "tor+https://" in your sources.list.
## Installation
@@ -30,8 +30,8 @@ Then, or if installing from a tarball:
Edit your /etc/apt/sources.list like so, adjusting the suite/components
appropriately for your system:
- deb tor://http.debian.net/debian unstable main
- deb-src tor://http.debian.net/debian unstable main
+ deb tor+http://http.debian.net/debian unstable main
+ deb-src tor+http://http.debian.net/debian unstable main
Note the use of http.debian.net so that a mirror close to your exit node
will be automatically chosen.
@@ -39,8 +39,8 @@ will be automatically chosen.
Alternatively, if you have the Tor hidden service address of a Debian
mirror, you can use that:
- deb tor://<long string>.onion/debian unstable main
- deb-src tor://<long string>.onion/debian unstable main
+ deb tor+http://<long string>.onion/debian unstable main
+ deb-src tor+http://<long string>.onion/debian unstable main
## Configuration