Skip to content

Commit

Permalink
Recommend "bundle exec" just to be on the safe side
Browse files Browse the repository at this point in the history
It can cause weird and unhelpful "stack level too deep" errors if
you omit it when it's needed.
  • Loading branch information
joliss committed Jan 24, 2012
1 parent 6aa9b67 commit bdcd73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Installing tconsole

How to use tconsole
------
In your shell of choice, cd into your Rails project's directory and then run the `tconsole` command to fire up the console. You should see something like this:
In your shell of choice, cd into your Rails project's directory and then run `bundle exec tconsole` to fire up the console. You should see something like this:

tconsole
bundle exec tconsole

Loading your Rails environment...
Environment loaded in 7.160264s.
Expand Down

0 comments on commit bdcd73d

Please sign in to comment.