Skip to content

Commit

Permalink
Update building doc to use bundle to execute ruhoh compile
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Jan 12, 2015
1 parent b10abf5 commit faf8947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Compile the ruhoh site to HTML so it can be published to a hosting server. We us
```
$ cd website-src
$ ruhoh compile '<path_to_a_folder_to_compile_the_html_into>'
$ bundle exec ruhoh compile '<path_to_a_folder_to_compile_the_html_into>'
```

Expand All @@ -67,4 +67,4 @@ $ git commit -m "<update_message>"
$ git push git@github.com:ushahidi/SMSSync.git master:gh-pages --force
```
```

0 comments on commit faf8947

Please sign in to comment.