Skip to content

Commit 5193674

Browse files
committed
Revert "update setup docs for bundle exec rake install:hooks"
This reverts commit e64a1f5.
1 parent e64a1f5 commit 5193674

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

SETUP.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ 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. `bundle exec rake install:hooks`
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>
2430
<details>
2531
<summary>Troubleshoot: wrong version of rake </summary>
2632

0 commit comments

Comments
 (0)