diff --git a/README.md b/README.md
index b5593f5828e29030de64d2ab88624dfff7a3c326..9e893e526ba9e60dfdd1e862441959e30a7cda9e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
 This repository contains files and help that will enable you to use LyX (from www.lyx.org) for the purpose of writing texts in astronomy and astrophysics.
 
-Please see the instructions in astro-lyx.lyx and the associated PDF version astro-lyx.pdf.
+Please see the instructions in astro-lyx.md (generated from astro-lyx.lyx using make_markdown.sh, there is also associated PDF version astro-lyx.pdf).
diff --git a/astro-lyx.pdf b/astro-lyx.pdf
index 4a5788d4ea3c17c31d223603caf2add3a620b6aa..f735cf6cc1fc9acdea1c90e382f6894514899eb3 100644
Binary files a/astro-lyx.pdf and b/astro-lyx.pdf differ
diff --git a/make_markdown.sh b/make_markdown.sh
index 1add36b848477963702a851c1e99e3f2a3ac23bd..530a125d274fa821c10cdad9c5a0c8d5eaa2a5c2 100755
--- a/make_markdown.sh
+++ b/make_markdown.sh
@@ -1,3 +1,4 @@
 #!/bin/bash
 lyx --export latex astro-lyx.lyx
+lyx --export pdf astro-lyx.lyx
 pandoc  --wrap=none -f latex -t markdown astro-lyx.tex  | perl -pe "s/\{.*? \.unnumbered\}//g" > astro-lyx.md