From 2ef7a628b7e88c30e4aabe8920bb70753dfcbf71 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Thu, 9 Mar 2017 23:07:13 -0500 Subject: [PATCH] Mention that you now have to cd into an edition to build Fixes #517. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7990f2738..14b9bbaab 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ $ cargo install mdbook ## Building -To build the book, type: +To build the book, first `cd` into either the `first-edition` or `second-edition` directory +depending on which edition of the book you would like to build. Then type: ``` $ mdbook build