Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Feb 14, 2019
1 parent f12cc8b commit 7bc7e85
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7bc7e85

Please sign in to comment.