Update installation.md

change second `sudo rake` to `sudo bundle exec rake`

Justin R. Porter 9 年之前
父节点
当前提交
e77d83cdc8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/manual/installation.md

+ 1 - 1
doc/manual/installation.md

@@ -252,7 +252,7 @@ Export the init scripts:
252 252
 
253 253
 ### Ensure Your Huginn Instance Is Running
254 254
 
255
-    sudo rake production:status
255
+    sudo bundle exec rake production:status
256 256
 
257 257
 ## 7. Nginx
258 258