From 3700b5f95c84702608656c44a6ff35cd8080681a Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Wed, 6 Feb 2019 12:49:44 +0200 Subject: [PATCH] Remove from todo --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7a9a105..5380058 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ Lists the Node versions available to download remotely. Prints the required shell commands in order to configure your shell, Bash compliant by default. Provide `--fish` to output the Fish-compliant version. ## Future Plans -- [ ] Add a simpler way of installing it (`curl | bash`?) - [ ] 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 install lts`?