We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a75bfd + 0238443 commit ae199d3Copy full SHA for ae199d3
README.md
@@ -61,8 +61,10 @@ will just be silently ignored and the lines after it will be executed as
61
normal.
62
63
If you don't want to prefix every command you type with `bin/`, you
64
-can [use direnv](https://github.com/zimbatm/direnv) to automatically add
65
-`./bin` to your `PATH` when you `cd` into your application.
+can [use direnv](https://github.com/zimbatm/direnv#the-stdlib) to
+automatically add `./bin` to your `PATH` when you `cd` into your application.
66
+Simply create an `.envrc` file with the command `PATH_add bin` in your
67
+Rails directory.
68
69
### Usage
70
0 commit comments