Page 93: Consuming fill-murray in borrowers
The user must first return to the borrowers directory:
$ cd ../borrowers
Previously assuming (might also want to mention for the sake of clarity):
$ cd ..
$ ember addon ember-cli-fill-murray
$ cd ember-cli-fill-murray
$ ...
edition: 2015-07-20 format: pdf page: 90
Bump on this. It would be helpful if the text were rearranged so that the explanation of addons ("the addon command creates a directory very similar to the one created by new....") appeared before the usage of the command. It was easy to skim over the line that said "Outside of our borrowers directory" since I didn't understand the context for doing so. Once I understood that I was creating basically a new application, completely unrelated to borrowers, I realized I needed to get into my repo directory. I could have avoided this by reading ahead to the explanation, but instead I was briefly delayed by the error "You cannot use the addon command inside an ember-cli project." A slight rearrangement of the text would have saved me three minutes. :)