aboutsummaryrefslogtreecommitdiff
path: root/ch23/support/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ch23/support/README.md')
-rw-r--r--ch23/support/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/ch23/support/README.md b/ch23/support/README.md
index 5e0dc1f..ece30bd 100644
--- a/ch23/support/README.md
+++ b/ch23/support/README.md
@@ -79,7 +79,14 @@ those in a normal shell session without the environment activated.
### Patching the code of chapter 23
-Go to the directory with code for the chapter and run `patch -p1 < /path/to/the/ch23.patch`.
+Go to the directory with code for the chapter and run
+```
+patch -p1 < /path/to/the/ch23.patch
+patch -p1 < /path/to/the/ch23_https.patch
+```
+The second patch is not necessary for getting the code to compile, but it
+enables HTTPS support for testing the podcast downloader with modern podcast
+feeds which are accessible via HTTPS. The original downloader support only HTTP.
### Compiling and running the application