Skip to content

Commit 23cd90a

Browse files
authored
Document missing commands (#289)
2 parents c675e28 + a549f52 commit 23cd90a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ vmatch doctor
3030

3131
Mainly, you should have `~/.vmatch/bin` in your PATH.
3232

33+
## Updating
34+
35+
```sh
36+
brew update && brew upgrade vmatch
37+
```
38+
3339
### Note on expectations
3440

3541
When the specified Go version is downloaded for the first time, it may take a while.

docs/commands/version.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# golangci-lint
2+
3+
```sh
4+
vmatch version
5+
```
6+
7+
Prints out installed vmatch version in the following format:
8+
9+
```
10+
vmatch has version 1.0.1 built with go1.24.3 from c675e288 on 2025-05-30T19:20:58Z
11+
```

0 commit comments

Comments
 (0)