Skip to content

Commit 7ead85f

Browse files
authored
Merge pull request rails#49613 from paulreece/bun_install_clarification
[ci skip] Bun docs troubleshooting
2 parents 31d66f7 + f5668a0 commit 7ead85f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guides/source/working_with_javascript_in_rails.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Bun, then you just need to install Bun as it is both a JavaScript runtime and a
9494
#### Installing Bun
9595

9696
Find the installation instructions at the [Bun website](https://bun.sh) and
97-
verify it’s installed correctly with the following command:
97+
verify it’s installed correctly and in your path with the following command:
9898

9999
```bash
100100
$ bun --version
@@ -103,6 +103,8 @@ $ bun --version
103103
The version of your Bun runtime should be printed out. If it says something
104104
like `1.0.0`, Bun has been installed correctly.
105105

106+
If not, you may need to reinstall bun in the current directory or restart your terminal.
107+
106108
#### Installing Node.js and Yarn
107109

108110
If you are using esbuild, rollup.js or Webpack you will need Node.js and Yarn.

0 commit comments

Comments
 (0)