We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c675e28 + a549f52 commit 23cd90aCopy full SHA for 23cd90a
docs/README.md
@@ -30,6 +30,12 @@ vmatch doctor
30
31
Mainly, you should have `~/.vmatch/bin` in your PATH.
32
33
+## Updating
34
+
35
+```sh
36
+brew update && brew upgrade vmatch
37
+```
38
39
### Note on expectations
40
41
When the specified Go version is downloaded for the first time, it may take a while.
docs/commands/version.md
@@ -0,0 +1,11 @@
1
+# golangci-lint
2
3
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