diff options
author | listout <listout@protonmail.com> | 2021-04-13 00:16:32 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-13 00:16:32 +0530 |
commit | 0a3184fbba18c02e534a6125c8643efc283747ae (patch) | |
tree | 82b6015a77d188795b4811723281656913c5b315 | |
parent | 6253e1f73cf44a208c68a8b0d8ad8fc3804645ea (diff) |
added install command for fnm
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,3 +10,9 @@ Configs added: - [x] zsh - [x] fnm installed and added to path - [x] ranger + +Install fnm + +``` +curl -fsSL https://fnm.vercel.app/install | bash +``` |