summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Åstrand (astrand) <astrand@cendio.se>2013-11-28 09:34:43 +0100
committerPeter Åstrand (astrand) <astrand@cendio.se>2013-11-28 09:34:43 +0100
commite246e98b20999fe105cfb30a41bdd28e238c67de (patch)
treef70451cf6e79e2b8f00165d24a0a4c8b7b134935
parent7ecfa4f38410253bcb13e5d5693a70435e12da73 (diff)
parent34a1b68d79a13c03aa63b5c4194796341c9383fe (diff)
downloadwebsockify-e246e98b20999fe105cfb30a41bdd28e238c67de.tar.gz
Merge commit '34a1b68d79a13c03aa63b5c4194796341c9383fe'
* commit '34a1b68d79a13c03aa63b5c4194796341c9383fe': Clarify ssl module build for old python versions.
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 534d85d..76b9384 100644
--- a/README.md
+++ b/README.md
@@ -143,11 +143,10 @@ client.
`sudo aptitude install python-dev bluetooth-dev`
-* Download, build the ssl module and symlink to it:
+* At the top level of the websockify repostory, download, build and
+ symlink the ssl module:
- `cd websockify/`
-
- `wget http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz`
+ `wget --no-check-certificate http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz`
`tar xvzf ssl-1.15.tar.gz`