summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-04-13 00:16:32 +0530
committerlistout <listout@protonmail.com>2021-04-13 00:16:32 +0530
commit0a3184fbba18c02e534a6125c8643efc283747ae (patch)
tree82b6015a77d188795b4811723281656913c5b315
parent6253e1f73cf44a208c68a8b0d8ad8fc3804645ea (diff)
added install command for fnm
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5e14abc..d054efb 100644
--- a/README.md
+++ b/README.md
@@ -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
+```