Skip to content

Commit

Permalink
Merge pull request meteor#13418 from eenwemasor/patch-1
Browse files Browse the repository at this point in the history
Grammar correction on the `fish shell users` section of the install doc…
  • Loading branch information
leonardoventurini authored Oct 28, 2024
2 parents 0240611 + 04f340f commit 5e5d437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3-docs/docs/about/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ If you use a node version manager that uses a separate global `node_modules` fol

## Note for fish shell users (Linux) {#fish-shell}

To be able to user `meteor` command from fish it's needed to include `/home/<user>/.meteor` in `$PATH`; to do that just add this line in `/home/<user>/.config/fish/config.fish` file (replace `<user>` with your username):
To be able to use the `meteor` command from fish it's needed to include `/home/<user>/.meteor` in `$PATH`; to do that just add this line in `/home/<user>/.config/fish/config.fish` file (replace `<user>` with your username):

`set PATH /home/<user>/.meteor $PATH`

Expand Down

0 comments on commit 5e5d437

Please sign in to comment.