Skip to content

Commit 82348b0

Browse files
committed
updated README
1 parent 0726a50 commit 82348b0

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,21 @@ Please see the example directory.
1313

1414
## REQUIREMENTS
1515

16-
- Higher or equal to macOS Big Sur (11.0.0)
17-
- For macOS Big Sur user, please install with `go get github.com/Code-Hex/vz`
18-
- For the latest of macOS user, please install with `go get github.com/Code-Hex/vz/v2`
19-
- If you're Apple Silicon User need higher or equal to Go 1.16
16+
Higher or equal to Go 1.17.
17+
18+
### macOS Monterey (v12.x.x)
19+
20+
For the latest macOS version is developed on the [master](https://github.com/Code-Hex/vz) branch and released as `v2.x.x`.
21+
22+
You can install by `go get github.com/Code-Hex/vz/v2`
23+
24+
### macOS Big Sur (v11.x.x)
25+
26+
Some methods of this framework are available and some are not, depending on the version of macOS. Therefore, Go language side also needs to control which methods are available depending on the macOS version.
27+
28+
From now on, those available in Big Sur (11.0.0) will be developed on the [v1](https://github.com/Code-Hex/vz/tree/v1) branch and released as `v1.x.x`.
29+
30+
You can install by `go get github.com/Code-Hex/vz`
2031

2132
## IMPORTANT
2233

0 commit comments

Comments
 (0)