Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 339d50c

Browse files
authored
chore(docs): Add note on reloading bash configuration. (#29613)
1 parent acc6a1b commit 339d50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorial/part-zero/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ sudo apt-get install curl
9797
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash
9898
```
9999

100-
4. Confirm this has worked. The output should be a version number.
100+
4. Confirm this has worked. The output should be a version number. (Note that you may have to reload your bash configuration. Close and restart the terminal or run `source ~/.bashrc`.)
101101

102102
```shell
103103
nvm --version

0 commit comments

Comments
 (0)