From d79e5ff53102dc775ef36ed3f01dec4ee9e8578e Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Fri, 19 Jan 2018 10:18:54 +0000
Subject: [PATCH] More instructions

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 907f80e..b453356 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,12 @@ ln -s $FSLDIR/fslpython/envs/fslpython/bin/notedown $FSLDIR/bin/fslnotedown
 > you to convert a markdown (`.md`) file to a Jupyter notebook (`.ipynb`)
 > file. So you can write your practical in your text editor of choice, and
 > then convert it into a notebook, instead of writing the practical in the web
-> browser interface.
+> browser interface. If you install notedown as suggested in the code block
+> above, you can run it on a markdown file like so:
+>
+> ```
+> notedown my_markdown_file.md > my_notebook.ipynb
+> ```
 
 
 Now you can start the notebook server from the repository root:
-- 
GitLab