diff --git a/ROADMAP.md b/ROADMAP.md index 08cfc6c..929011c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -7,3 +7,5 @@ This is a list of the primary features planned for `nvm`: - [ ] Adding opt-in environment variable support to list, download, and install `node` [release candidates](https://github.com/creationix/nvm/issues/779), and [nightly builds](https://github.com/creationix/nvm/issues/1053). - [ ] [`nvm update`](https://github.com/creationix/nvm/issues/400): the ability to autoupdate `nvm` itself - [ ] [v1.0.0](https://github.com/creationix/nvm/milestone/1), including updating the [nvm on npm](https://github.com/creationix/nvm/issues/304) to auto-install nvm properly +1. Windows support: adding test coverage for `nvm` usage on BashOnWindows ([related issue](https://github.com/creationix/nvm/issues/284)) + - also, explore possibilities for non-POSIX Windows support.