Skip to content

Commit

Permalink
[Documentation] Adds Additional info regarding .node-version (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malolan B committed Jan 16, 2022
1 parent b6b0cfa commit bc9e4e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -121,6 +121,14 @@ Please follow your shell instructions to install them.
Environment variables need to be setup before you can start using fnm.
This is done by evaluating the output of `fnm env`.
To automatically run `fnm use` when a directory contains a `.node-version` or `.nvmrc` file, add the `--use-on-cd` option to your shell setup.

Adding a `.node-version` to your project is as simple as:
```bash
$ node --version
v14.18.3
$ node --version > .node-version
```

Check out the following guides for the shell you use:

#### Bash
Expand Down

1 comment on commit bc9e4e6

@vercel
Copy link

@vercel vercel bot commented on bc9e4e6 Jan 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.