summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2013-11-20 07:30:04 -0600
committerJoel Martin <github@martintribe.org>2013-11-20 07:30:23 -0600
commit34a1b68d79a13c03aa63b5c4194796341c9383fe (patch)
tree2952dad827c30ba0fda29843becd915ffce91cb6
parenta04edfe80f54b44df5a3579f71710560c6b7b4fc (diff)
downloadwebsockify-34a1b68d79a13c03aa63b5c4194796341c9383fe.tar.gz
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`