Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vineelsai26 committed Oct 7, 2023
1 parent 07c4aa9 commit 2c931db
Showing 1 changed file with 27 additions and 7 deletions.
34 changes: 27 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,34 +56,54 @@ sudo mv vmn /usr/local/bin

- Add the extracted folder to your PATH

## Usage
## Usage Node.js

### Install a Node.js version

```bash
vmn install lts
vmn node install 20
```

### Use a Node.js version

```bash
vmn use lts
vmn node use 20
```

### List installed Node.js versions

```bash
vmn list installed
vmn node list installed
```

### Remove a Node.js version

```bash
vmn uninstall lts
vmn node uninstall 20
```

### See all available commands
## Usage Python

### Install a Python version

```bash
vmn python install 3.11
```

### Use a Python version

```bash
vmn python use 3.11
```

### List installed Python versions

```bash
vmn python list installed
```

### Remove a Python version

```bash
vmn help
vmn python uninstall 3.11
```

0 comments on commit 2c931db

Please sign in to comment.