diff --git a/README.md b/README.md
index 6b3f5b85c04503b0870625c3a6f31044038ae4c3..5880d9cd0f6b7f68544c3bb7474313343c8cfbe4 100644
--- a/README.md
+++ b/README.md
@@ -55,4 +55,13 @@ yourself. A sample is in cs1811.css in this repository.
 
 Uh, simple?
 
+## Distributing Slides
+
+The produced HTML file is not standalone -- the images, styling, and JavaScript will all be in separate files that are loaded when the page is loaded.
+
+To make distribution easier, you can collate everything into one HTML file using an inlining tool. I use [inliner][inliner]. With inliner i run:
+
+    $ inliner --nosvg --skip-absolute-urls chapter1.html > chapter1-dist.html
+
 [slideshow-s9]: http://slideshow-s9.github.io/
+[inliner]: https://github.com/remy/inliner