From 7bc7e85801aab41679f2b746cf6f839fd4df0c6d Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Thu, 14 Feb 2019 16:41:45 +0200 Subject: [PATCH] Docs --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78f659e..e26b902 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ curl https://raw.githubusercontent.com/Schniz/fnm/master/.ci/install.sh | bash If you are using [fish shell](https://fishshell.com/), add this line to your `config.fish` file: ```fish - eval (fnm env --fish) + eval (fnm env --multi --fish) ``` ## Usage @@ -75,10 +75,8 @@ Prints the required shell commands in order to configure your shell, Bash compli ## Future Plans - [ ] Feature: make versions complete the latest: `10` would infer the latest minor and patch versions of node 10. `10.1` would infer the latest patch version of node 10.1 -- [ ] Feature: `fnm use --install`, `fnm use --quiet` +- [ ] Feature: `fnm use --install` - [ ] Feature: `fnm install lts`? -- [ ] Feature: `fnm alias`? -- [ ] Feature: Consider nvm-like per-shell usage with symlinks on `/tmp` directory - [ ] OSX: Add to homebrew? - [ ] Windows Support? - [ ] Linux: Replace `curl` usage with `cohttp`/`ocurl` or something else which is statically-linkable