From 1581348f28891c7e36d5e9267bd2b31bde353fbc Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Mon, 22 Dec 2014 13:45:03 +0900 Subject: `bin/rake` does not exist in plugin directory [ci skip] --- guides/source/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/plugins.md b/guides/source/plugins.md index 7b7eb80081..eca2e06092 100644 --- a/guides/source/plugins.md +++ b/guides/source/plugins.md @@ -433,7 +433,7 @@ Once your README is solid, go through and add rdoc comments to all of the method Once your comments are good to go, navigate to your plugin directory and run: ```bash -$ bin/rake rdoc +$ bundle exec rake rdoc ``` ### References -- cgit v1.2.3