Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weskoerber committed May 3, 2024
1 parent 131f035 commit b0ef09a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exit. Specific actions may be performed my providing a command.

## Commands

### list
### `list`

Alias: `ls`

Expand All @@ -31,7 +31,7 @@ zvm list -i
zvm list --installed
```

### install
### `install`

Alias: `i`

Expand All @@ -46,14 +46,14 @@ zvm install -u 0.12.0
zvm install --use 0.12.0
```

### use
### `use`

Use an installed Zig version:
```shell
zvm use 0.12.0
```

### uninstall
### `uninstall`

Alias: `rm`

Expand All @@ -62,7 +62,7 @@ Uninstall a Zig version:
zvm uninstall 0.11.0
```

### help
### `help`

Alias: `h`

Expand Down

0 comments on commit b0ef09a

Please sign in to comment.