summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Retout <tim@retout.co.uk>2014-07-20 14:40:08 +0100
committerTim Retout <tim@retout.co.uk>2014-07-20 14:40:08 +0100
commit686bdcebfc26f8bfee8e1f32f2fb50745f8eb303 (patch)
tree6acfb6a1b571f515959ee47bf1c35396bab595e0 /README.md
parent246f3b67d89a48bb293abe3ecfa28cfac97506f8 (diff)
parent07e5fae5a93a0265ae9cf0d8651aa5fa47bc1e0a (diff)
Merge branch 'master' into debian
Diffstat (limited to 'README.md')
-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