Update README

feature/lookup-installed
trivernis 1 year ago
parent a462d58175
commit 744f406f57
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -5,8 +5,15 @@ Node environment manager written in rust.
## Installation
Figure out how to install it yourself (for now).
Add the nenv `bin` directory to your PATH variable.
You can either
- Install the application with cargo by downloading the repo and running `cargo install --path .` inside
- Download the binary from the releases page
Now to initialize everything install any nodejs version with `nenv install <version>`.
Afterwards add the `bin` directory to your `PATH` variable.
On windows this should be `C:\Users\<yourusername>\AppData\Roaming\nenv\bin`.
On linux this will should be `~/.local/share/nenv/bin`.
## Usage
@ -35,6 +42,12 @@ nenv default latest
nenv refresh
```
### List nodejs versions
```sh
nenv list-versions
```
## License

Loading…
Cancel
Save