Skip to content

Commit e64a1f5

Browse files
authored
update setup docs for bundle exec rake install:hooks
1 parent f9513b2 commit e64a1f5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

SETUP.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ You can do Code.org development using OSX, Ubuntu, or Windows (running Ubuntu in
2020
1. `rbenv rehash`
2121
1. `cd code-dot-org`
2222
1. `bundle install` (Problems running this step? See [tips](#bundle-install-tips) below.)
23-
1. `rake install:hooks`
24-
<details>
25-
<summary>Troubleshoot: `rake aborted!..` </summary>
26-
27-
If you have issue "rake aborted! Gem::LoadError: You have already activated rake 12.3.0, but your Gemfile requires rake 11.3.0. Prepending `bundle exec` to your command may solve this."
28-
* Follow the instructions and add `bundle exec` in front of the command
29-
</details>
23+
1. `bundle exec rake install:hooks`
3024
<details>
3125
<summary>Troubleshoot: wrong version of rake </summary>
3226

0 commit comments

Comments
 (0)